Removes an element from this collection.

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

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

TopicCollection Object | TopicCollection Members | HelpProducer Namespace