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 zero-based index to start removing items.
Count
[ByVal] Long. The number of items to remove.

See Also

Project CorLib Overview

Class ArrayList Overview