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


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