IPageSetupBase
CenterHorizontally Property
|
True if the sheet is centered horizontally on the page when it is
printed. Read / write Boolean.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool CenterHorizontally { get; set; }
Property CenterHorizontally As Boolean
Get
Set
property bool CenterHorizontally {
bool get ();
void set (bool value);
}
abstract CenterHorizontally : bool with get, set
Property Value
Type:
Boolean
See Also