WorksheetViewModel
Overview
WorksheetViewModel is a class in Aspose.Cells FOSS for C++.
Represents worksheet view model.
This class provides 10 methods for working with WorksheetViewModel objects in C++ programs.
Available methods include: GetRightToLeft, GetShowGridLines, GetShowRowColumnHeaders, GetShowZeros, GetZoomScale, SetRightToLeft, SetShowGridLines, SetShowRowColumnHeaders, SetShowZeros, SetZoomScale.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetShowGridLines() → bool | Gets or sets a value indicating whether show grid lines. |
SetShowGridLines(value: bool) | Sets the show grid lines value. |
GetShowRowColumnHeaders() → bool | Gets or sets a value indicating whether show row column headers. |
SetShowRowColumnHeaders(value: bool) | Sets the show row column headers value. |
GetShowZeros() → bool | Gets or sets a value indicating whether show zeros. |
SetShowZeros(value: bool) | Sets the show zeros value. |
GetRightToLeft() → bool | Gets or sets a value indicating whether right to left. |
SetRightToLeft(value: bool) | Sets the right to left value. |
GetZoomScale() → int | Gets or sets the zoom scale. |
SetZoomScale(value: int) | Sets the zoom scale value. |