HTMLSelectElement.Length Property |
Gets or sets the number of OPTION elements in this select.
[VBScript] Public ReadOnly Property Length As Integer
[JScript] public function get Length() : int;
A value representing the number of OPTION elements in this select.
HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace