ArrayList: RemoveAt

RemoveAt

Removes a value from the list at a specified index.



 Public Sub RemoveAt(
	  ByVal Index As Long )

Parameters

Index
[ByVal] Long. The zero-based index in the list to remove the item.

Remarks

When removing an item, the remaining items maintain there current order relative to the other items.

See Also

Project CorLib Overview

Class ArrayList Overview