Remove a set of items from the list.
Public Sub RemoveRange( ByVal Index As Long, ByVal Count As Long )
The index is zero-based.
Class ArrayList Overview ArrayList Properties ArrayList Methods RemoveAt Reverse