NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextBox.Rows

Rows property. The number of lines to display in a MultiLine TextBox. This property is only applicable when TextMode is Multiline.

[Visual Basic]
Overridable Public Property Rows As Integer
[C#]
public int Rows {virtual get; virtual set;}
[C++]
public: __property virtual int get_Rows();
public: __property virtual void set_Rows(int);
[JScript]
public function get Rows() : int;
public function set Rows(int);

See Also

TextBox Class | TextBox Members | System.Web.UI.WebControls Namespace