Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / CalendarFormat Property


In This Topic
CalendarFormat Property
In This Topic
Gets or sets a calendar format string.
Syntax
'Declaration
 
Public Property CalendarFormat As String
 
'Usage
 
Dim instance As SpreadMonthCalendar
Dim value As String
 
instance.CalendarFormat = value
 
value = instance.CalendarFormat
See Also