[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.LeftMargin

LeftMargin Property

LeftMargin

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

Declaration
double LeftMargin { get; set; }
Property LeftMargin As Double
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.LeftMargin = 36;
double leftMargin = pageSetup.LeftMargin;