Gets the element at the specified index.

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

Parameters

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

Return Value

The element at the specified index.

See Also

TocNodeCollection Object | TocNodeCollection Members | HelpProducer Namespace