IPageSetupBase
FooterMarginInch Property
|
Returns or sets the distance from the bottom of the page to the footer,
in inches. Read / write Double.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double FooterMarginInch { get; set; }
Property FooterMarginInch As Double
Get
Set
property double FooterMarginInch {
double get ();
void set (double value);
}
abstract FooterMarginInch : float with get, set
Property Value
Type:
Double
See Also