PageSetupFooterMarginInch Property |
Represents the distance from the bottom of the page to the footer, in unit of inches.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic double FooterMarginInch { get; set; }
Public Property FooterMarginInch As Double
Get
Set
public:
property double FooterMarginInch {
double get ();
void set (double value);
}
member FooterMarginInch : float with get, set
Property Value
Type:
Double
See Also