HTMLTextAreaElement.Rows Property |
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);
A value representing the number of text rows.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace