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


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