Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WeekdaysStyle Class / Monday Property


In This Topic
Monday Property (WeekdaysStyle)
In This Topic
Gets or sets the style for Monday.
Syntax
'Declaration
 
Public Property Monday As DayOfWeekStyle
 
'Usage
 
Dim instance As WeekdaysStyle
Dim value As DayOfWeekStyle
 
instance.Monday = value
 
value = instance.Monday

Property Value

The DayOfWeekStyle value that indicates the style for Monday.
See Also