IHTMLOptionsCollection Interface |
See also the Document object Model (DOM) Level 2 HTML Specification. @since DOM Level 2
Namespace: Aspose.Html
The IHTMLOptionsCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInt32 |
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
|
![]() | ItemString |
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.
|
![]() | Length |
The number of nodes in the list.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator | (Inherited from IEnumerableElement.) |
![]() | NamedItem |
Method returns the indexth item in the collection.
http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem
|