ITextFrame
BottomMarginPt Property
|
Gets or sets the bottom margin of the document in points.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double BottomMarginPt { get; set; }
Property BottomMarginPt As Double
Get
Set
property double BottomMarginPt {
double get ();
void set (double value);
}
abstract BottomMarginPt : float with get, set
Property Value
Type:
Double
See Also