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