[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.Insert

Insert Method

Insert(int, C1CheckListItem)

Inserts item into the C1CheckListSelectedItemCollection at the specified index.

Declaration
public void Insert(int index, C1CheckListItem item)
Public Sub Insert(index As Integer, item As C1CheckListItem)
Parameters
Type Name Description
int index

Index of the item.

C1CheckListItem item

The specified item.

Insert(int, object)

Inserts item into the C1CheckListSelectedItemCollection at the specified index.

Declaration
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index of the item.

object value

The specified item.

Implements