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)
Parameter | Type | Description |
---|---|---|
name | String | The element name. |
Return Value
Returns node.
See Also
- class Element
- interface IHTMLOptionsCollection
- package com.aspose.html
- package Aspose.HTML