[]
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.
public double FooterMargin { get; set; }
Public Property FooterMargin As Double
PageSettings pageSettings = new PageSettings();
pageSettings.FooterMargin = 18.0;
double footerMargin = pageSettings.FooterMargin;