[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.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