Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageMargin Class / Footer Property


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

    Property Value

    The value of the footer margin
    See Also