RemoveByIndex
Removes the item specified by its index from the collection and releases its reference count.
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
RemoveByIndex (Index As Long)
Parameter | Description |
---|---|
Index |
Index of the item to remove Possible values 1 to Count |