Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / HeaderHeight Property


In This Topic
    HeaderHeight Property (ExcelPrintPageSetting)
    In This Topic
    Gets or sets the height of the header.
    Syntax
    'Declaration
     
    Public Property HeaderHeight As Double
    'Usage
     
    Dim instance As ExcelPrintPageSetting
    Dim value As Double
     
    instance.HeaderHeight = value
     
    value = instance.HeaderHeight
    public double HeaderHeight {get; set;}

    Property Value

    The height of the header.
    See Also