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