NodeList: item (get)

item

Returns reference to a node by index.

 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

Project VBDOM Overview Class NodeList Overview NodeList Properties NodeList Methods length (get)