TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / AddRange Method / AddRange(IEnumerable) Method
The specified collection of items.

In This Topic
    AddRange(IEnumerable) Method
    In This Topic
    Adds the items of the specified collection to the end of the C1CheckListItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal collection As IEnumerable _
    ) 
    public void AddRange( 
       IEnumerable collection
    )

    Parameters

    collection
    The specified collection of items.
    See Also