[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.Insert

Insert Method

Insert(int, C1CheckListItem)

Inserts item into the C1CheckListItemCollection at the specified index.

Declaration
public void Insert(int index, C1CheckListItem item)
Parameters
Type Name Description
int index

Index of the item.

C1CheckListItem item

The specified item.

Insert(int, object)

Inserts item into the C1CheckListItemCollection at the specified index.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index

Index of the item.

object value

The specified item.

Implements