TopicCollection.Remove Method |
Removes an element from this collection.
[VBScript] Public Function Remove( _ ByVal index As Object _ ) As Topic
[JScript] public function Remove( index : Object ) : Topic;
The element removed from the specified index.
TopicCollection Object | TopicCollection Members | HelpProducer Namespace