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


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

    Property Value

    The height of the footer.
    See Also