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);

Property Value

A value representing the number of visible rows.

See Also

HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace