Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarMonthFont Property


In This Topic
CalendarMonthFont Property
In This Topic
Gets or sets the text font of the month part of the pop-up calendar in the date-time cell.
Syntax
'Declaration
 
Public Property CalendarMonthFont As Font
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As Font
 
instance.CalendarMonthFont = value
 
value = instance.CalendarMonthFont
See Also