RemoveAt Method (C1CollectionView)
Removes the item at the specified view index from the underlying collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The zero-based index of the removing item in the view.