GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 ICollection(Of BaseGroup) _
    ) 
    public void AddRange( 
       ICollection<BaseGroup> items
    )

    Parameters

    items
    The items.
    See Also