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

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