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

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

    Parameters

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