ArrayList: RemoveRange

RemoveRange

Remove a set of items from the list.

 Public Sub RemoveRange(
	  ByVal Index As Long,
	  ByVal Count As Long )

Parameters

Index
[ByVal] Long. The index to start removing items.
Count
[ByVal] Long. The number of items to remove.

Remarks

The index is zero-based.

See Also

Project VBCorLib Overview | Class ArrayList Overview