HTMLOptionElement.Index Property |
Gets the index of the option in the parent select.
[VBScript] Public ReadOnly Property Index As Integer
[JScript] public function get Index() : int;
A value representing the index of the option in the parent select, starting with 0.
HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace