Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / WeekNumberStyle Property


In This Topic
WeekNumberStyle Property (DropDownCalendar)
In This Topic
Gets or sets the style of the week number.
Syntax
'Declaration
 
Public Property WeekNumberStyle As Style
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Style
 
instance.WeekNumberStyle = value
 
value = instance.WeekNumberStyle

Property Value

The Style of the week number.
Remarks
This property retrieves the display style of the week number area.
See Also