[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.FooterMargin

FooterMargin Property

FooterMargin

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

This value controls the distance between the worksheet content and the footer area when the worksheet is printed.

Declaration
public double FooterMargin { get; set; }
Public Property FooterMargin As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.FooterMargin = 18.0;
double footerMargin = pageSettings.FooterMargin;