ComponentOne Input Library for WPF
C1.WPF.Input Namespace / MultiSelectItemsCollection Class / Insert Method / Insert(Int32,C1MultiSelectItem) Method

In This Topic
    Insert(Int32,C1MultiSelectItem) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As C1MultiSelectItem _
    ) 
    public void Insert( 
       int index,
       C1MultiSelectItem item
    )

    Parameters

    index
    item
    See Also