Adds multiple time interval bands to the collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public void AddRange( IEnumerable<TimeIntervalBand> timeIntervalBands ) |
Visual Basic (Declaration) |
---|
Public Sub AddRange ( _ timeIntervalBands As IEnumerable(Of TimeIntervalBand) _ ) |
Parameters
- timeIntervalBands
- Type: System.Collections.Generic..::.IEnumerable<(Of <(TimeIntervalBand>)>)