VB6 Remove - Primitive Collection Class
In This Topic
Public Sub Remove(ByVal Index As Long)
|
|
Property |
Description |
|
|
|
Function Name |
Remove |
|
|
|
Description |
Removes a given item from the collection using its index (1 based index) |
|
|
|
Remarks |
Throws an exception if the index is out of range
|
|