[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.BottomMargin

BottomMargin Property

BottomMargin

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

This value specifies the bottom page margin used for printing or page-based export.

Declaration
public double BottomMargin { get; set; }
Public Property BottomMargin As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.BottomMargin = 36d;
double bottomMargin = pageSettings.BottomMargin;