Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / HeaderHeight Property


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

    Property Value

    The height of the header.
    See Also