HTMLSelectElement.Size Property |
Gets or sets the number of visible rows.
[VBScript] Public Property Size As Integer
[JScript] public function get Size() : int; public function set Size(int);
A value representing the number of visible rows.
HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace