Gets the index of the option in the parent select.

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

Property Value

A value representing the index of the option in the parent select, starting with 0.

See Also

HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace