ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / InsertRange Method
Index of the item.
The specified collection of items.

In This Topic
    InsertRange Method
    In This Topic
    Inserts items into the ComboBoxItemList at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub InsertRange( _
       ByVal index As Integer, _
       ByVal collection As IEnumerable(Of Object) _
    ) 
    public void InsertRange( 
       int index,
       IEnumerable<object> collection
    )

    Parameters

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