ObjectCollection.Remove Method
Parent Object: ObjectCollectionDescription
Method that removes the specified object from the generic collection.
Syntax
ObjectCollection.Remove( Index As Long )Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to remove. |