Removes the item at the specified position from the collection.
The position from where the collection member will be removed. The indexes of the members after this position will be decreased by one.
The first element in the collection has the index of 1.
Visual Basic |
---|
Public Sub Remove( _ ByVal Index As Long _ ) |
The position from where the collection member will be removed. The indexes of the members after this position will be decreased by one.
The first element in the collection has the index of 1.