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


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

Property Value

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