Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / MarginFooter Property

In This Topic
    MarginFooter Property (XLPrintSettings)
    In This Topic
    Gets or sets the footer margin, in inches. Set to a negative value to use the default margin.
    Syntax
    'Declaration
     
    
    Public Property MarginFooter As Double
    public double MarginFooter {get; set;}
    See Also