Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / AddRangeValues Method
The specified collection of values.

In This Topic
    AddRangeValues Method
    In This Topic
    Adds values of the specified collection to the end of the ComboBoxItemCollection.
    Syntax
    'Declaration
     
    
    Public Sub AddRangeValues( _
       ByVal values As IEnumerable(Of Object) _
    ) 
    public void AddRangeValues( 
       IEnumerable<object> values
    )

    Parameters

    values
    The specified collection of values.
    See Also