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

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

    Parameters

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