Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / InsertValue Method
Index of the item.
The specified item.

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

    Parameters

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