Removes an element from this collection.

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

Parameters

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

Return Value

The element removed from the specified index.

See Also

TocNodeCollection Object | TocNodeCollection Members | HelpProducer Namespace