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


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