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

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