Remove
This method removes the item specified by the
Name
parameter from the collection and releases the
reference count to this item.
If there are no other references to the item, this may cause the item to be freed from memory.
The collection triggers the OnChange event.
Syntax
Remove (ItemName As String)
Parameter | Description |
---|---|
ItemName |
Name of item to remove. |