BottomMargin Property
BottomMargin
Gets or sets the size of the bottom margin, in points.
Declaration
double BottomMargin { get; set; }
Property BottomMargin As Double
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.BottomMargin = 36;
double bottomMargin = pageSetup.BottomMargin;