Spread Windows Forms 12.0 Product Documentation
WeekNumberStyle Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : WeekNumberStyle Property
Gets or sets the week number style.
Syntax
'Declaration
 
Public Property WeekNumberStyle As Style
'Usage
 
Dim instance As DropDownCalendarInfo
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

DropDownCalendarInfo Class
DropDownCalendarInfo Members