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


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

    Property Value

    The height of the footer.
    See Also