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