ComponentOne GanttView for WPF
AddRange Method (GroupDefinition)

C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace > GroupDefinition Class : AddRange Method
The items.
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

Reference

GroupDefinition Class
GroupDefinition Members