Gets the IndexNode at the specified index.

[VBScript]
Public Function Item( _
   ByVal index As Object _
) As IndexNode
[JScript]
public function Item(
   index : Object
) : IndexNode;

Parameters

index
The zero-based index or the name of the IndexNode to get.

Return Value

The IndexNode at the specified index.

See Also

IndexNodeCollection Object | IndexNodeCollection Members | HelpProducer Namespace