IHTMLOptionsCollection class
IHTMLOptionsCollection class
An HTMLOptionsCollection
is a list of nodes representing HTML
option element. An individual node may be accessed by either ordinal
index or the node’s name
or id
attributes.
Collections in the HTML DOM are assumed to be live meaning that they are
automatically updated when the underlying document is changed.
See also the Document object Model (DOM) Level 2 HTML Specification. @since DOM Level 2
The IHTMLOptionsCollection type exposes the following members:
Properties
Property | Description |
---|---|
length | The number of nodes in the list. |
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
Name | Description |
---|---|
[index] | The index. |
Methods
Method | Description |
---|---|
named_item | Method returns the indexth item in the collection. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem |
See Also
- module
aspose.html