ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection 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 C1CheckListSelectedItemCollection 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