[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the item at the specified index of the collection.

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

The specified index.

Implements