Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / Insert Method / Insert(Int32,String) Method
Index of the item.
The specified string value.

In This Topic
    Insert(Int32,String) Method
    In This Topic
    Inserts item with specified string value into the ComboBoxItemCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As String _
    ) 
    public void Insert( 
       int index,
       string value
    )

    Parameters

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