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