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