Search
DayOfWeekStyleCollection.Insert Method
See Also
 





Inserts the specified DayOfWeekStyle object at the specified position within the collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Insert (
    int index,
    DayOfWeekStyle style
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    style As DayOfWeekStyle _
)

 Parameters

index
Specifies the position at which the DayOfWeekStyle must be inserted.
style
A DayOfWeekStyle instance to be added to the collection.

 See Also