ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / GroupDefinition Class / AddRange Method
The items.

In This Topic
    AddRange Method (GroupDefinition)
    In This Topic
    Adds the range of BaseGroup object.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items As System.Collections.Generic.ICollection(Of BaseGroup) _
    ) 
    public void AddRange( 
       System.Collections.Generic.ICollection<BaseGroup> items
    )

    Parameters

    items
    The items.
    See Also