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


In This Topic
ShowWeekNumber Property (DropDownCalendar)
In This Topic
Gets or sets a value that indicates whether to show the week number.
Syntax
'Declaration
 
Public Property ShowWeekNumber As Boolean
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowWeekNumber = value
 
value = instance.ShowWeekNumber

Property Value

A bool value that indicates whether to show the week number.The default is false.
See Also