ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ComboBoxItemList Class / AddRange Method
The specified collection of items.

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

    Parameters

    collection
    The specified collection of items.
    See Also