IPageSetupBase
BottomMargin Property
|
Returns or sets the size of the bottom margin, 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 BottomMargin { get; set; }
Property BottomMargin As Double
Get
Set
property double BottomMargin {
double get ();
void set (double value);
}
abstract BottomMargin : float with get, set
Property Value
Type:
Double
See Also