IPageSetupBase
CenterVertically Property
|
True if the sheet is centered vertically 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 CenterVertically { get; set; }
Property CenterVertically As Boolean
Get
Set
property bool CenterVertically {
bool get ();
void set (bool value);
}
abstract CenterVertically : bool with get, set
Property Value
Type:
Boolean
See Also