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

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