Adds multiple time interval bands to the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  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>)>)

See Also