[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.RightMargin

RightMargin Property

RightMargin

Gets or sets the size of the right margin, in points.

This value is used for page layout when the worksheet is printed.

Declaration
public double RightMargin { get; set; }
Public Property RightMargin As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.RightMargin = 72;
double rightMargin = pageSettings.RightMargin;