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


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