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

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

    Parameters

    values
    The specified collection of values.
    See Also