Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarYearHeaderHeight Property


In This Topic
    CalendarYearHeaderHeight Property
    In This Topic
    Gets or sets the height of the year header of the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarYearHeaderHeight As Integer
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Integer
     
    instance.CalendarYearHeaderHeight = value
     
    value = instance.CalendarYearHeaderHeight
    public int CalendarYearHeaderHeight {get; set;}
    See Also