IList: RemoveAt

RemoveAt

Removes a value from the list at the specified index.



 Public Sub RemoveAt(
	  ByVal Index As Long )

Parameters

Index
[ByVal] Long. The position of the value in the list to be removed.

See Also

Project CorLib Overview

Class IList Overview