Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageMargin Interface / Footer Property


In This Topic
    Footer Property (IExcelPrintPageMargin)
    In This Topic
    Get or set the footer margin
    Syntax
    'Declaration
     
    Property Footer As Double
    'Usage
     
    Dim instance As IExcelPrintPageMargin
    Dim value As Double
     
    instance.Footer = value
     
    value = instance.Footer
    double Footer {get; set;}

    Property Value

    The value of the footer margin
    See Also