Returns reference to a node by index.
[Visual Basic]
Public Property Get item(
ByVal index As Long ) As Element
Parameters
- index
-
[ByVal]
Long.
Specifies the index of the node to return.
Return Values
Element - Reference to the element of the collection with index
index.
Remarks
None
See Also
Class NodeList Overview
| NodeList Members
| length (get)