ComponentOne GanttView for WinForms
AddRange Method (GroupDefinition)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView 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