[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the item at the specified position from the collection.

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

The position of the item to remove.

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

index is less than 0 or greater than the number of items in the collection view.