PageSetupCenterVertically Property |
Represent if the sheet is printed centered vertically.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool CenterVertically { get; set; }
Public Property CenterVertically As Boolean
Get
Set
public:
property bool CenterVertically {
bool get ();
void set (bool value);
}
member CenterVertically : bool with get, set
Property Value
Type:
Boolean
See Also