Gets or sets the number of OPTION elements in this select.

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

Property Value

A value representing the number of OPTION elements in this select.

See Also

HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace