System.Web.UI.HtmlControls.HtmlTextArea.Rows Property

Gets or sets the height (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public int Rows { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTextArea.Rows property to specify or determine the height (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control. If you enter text that takes up more lines than the height specified, scroll bars are enabled.

To control the width of the control, set the HtmlTextArea.Cols property.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0