IHTMLOptionsCollection indexer

IHTMLOptionsCollection indexer

Method returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem

Indexer

NameDescription
indexThe index.

Returns

Returns node.

See Also