[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.FooterMargin

FooterMargin Property

FooterMargin

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

Use this property to retrieve the current distance configured for the footer margin in the page setup.

Declaration
double FooterMargin { get; set; }
Property FooterMargin As Double
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.FooterMargin = 93.6;
double footerMargin = pageSetup.FooterMargin;