RemoveAt Method (C1CollectionView)
In This Topic
Removes the item at the specified position from the collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The position of the item to remove.
See Also