[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.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