Removes an IndexNode from this collection.

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

Parameters

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

Return Value

The IndexNode removed from the specified index.

See Also

IndexNodeCollection Object | IndexNodeCollection Members | HelpProducer Namespace