WorksheetViewModel
Overview
WorksheetViewModel is a class in Aspose.Cells FOSS for C++.
Represents worksheet view model.
Methods
| Signature | Description |
|---|---|
GetShowGridLines() → bool | Gets or sets a value indicating whether show grid lines. |
SetShowGridLines(value: bool) | |
GetShowRowColumnHeaders() → bool | Gets or sets a value indicating whether show row column headers. |
SetShowRowColumnHeaders(value: bool) | |
GetShowZeros() → bool | Gets or sets a value indicating whether show zeros. |
SetShowZeros(value: bool) | |
GetRightToLeft() → bool | Gets or sets a value indicating whether right to left. |
SetRightToLeft(value: bool) | |
GetZoomScale() → int | Gets or sets the zoom scale. |
SetZoomScale(value: int) |