ArrayList: RemoveAt |
Removes a value from the list at a specific index.
Public Sub RemoveAt( ByVal Index As Long )
When removing an item, the remaining items maintain there current order relative to the other items.
Class ArrayList Overview ArrayList Properties ArrayList Methods Remove RemoveRange