Spread Windows Forms 15.0
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
    public Font CalendarYearFont {get; set;}
    See Also