[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.LeftMargin

LeftMargin Property

LeftMargin

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

Use this property to retrieve or update the current left page margin configured in the page settings.

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