Spread Windows Forms 12.0 Product Documentation
WeekNumberStyle Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : WeekNumberStyle Property
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
public Style WeekNumberStyle {get; set;}

Property Value

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

Reference

DropDownCalendar Class
DropDownCalendar Members