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