TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / Insert Method / Insert(Int32,C1CheckListItem) Method
Index of the item.
The specified item.

In This Topic
    Insert(Int32,C1CheckListItem) Method
    In This Topic
    Inserts item into the C1CheckListItemCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As C1CheckListItem _
    ) 
    public void Insert( 
       int index,
       C1CheckListItem item
    )

    Parameters

    index
    Index of the item.
    item
    The specified item.
    See Also