Gets or sets the number of text rows.

[VBScript]
Public ReadOnly Property Rows As Integer
[JScript]
public function get Rows() : int;
public function set Rows(int);

Property Value

A value representing the number of text rows.

See Also

HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace