ComponentOne Scheduler for WPF and Silverlight
InsertRange Method (WorkDays)

C1.C1Schedule Namespace > WorkDays Class : InsertRange Method
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal collection As System.Collections.Generic.IEnumerable(Of DayOfWeek) _
) 
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<DayOfWeek> collection
)

Parameters

index
collection
See Also

Reference

WorkDays Class
WorkDays Members