ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItemCollection Class / Insert Method
The indexed location within the collection to insert the item.
The item to insert.

In This Topic
    Insert Method (DropDownItemCollection)
    In This Topic
    Inserts the specified item into the collection at the specified location.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As DropDownItem _
    ) 
    public void Insert( 
       int index,
       DropDownItem value
    )

    Parameters

    index
    The indexed location within the collection to insert the item.
    value
    The item to insert.
    See Also