IHTMLOptionsCollection.NamedItem

IHTMLOptionsCollection.NamedItem method

Method returns the indexth item in the collection. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem

public Element NamedItem(string name)
ParameterTypeDescription
nameStringThe element name.

Return Value

Returns node.

See Also