ArrayList: RemoveAt

RemoveAt

Removes a value from the list at a specific index.



 Public Sub RemoveAt(
	  ByVal Index As Long )

Parameters

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

Remarks

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

See Also

Project VBCorLib Overview Class ArrayList Overview ArrayList Properties ArrayList Methods Remove RemoveRange