WorksheetViewModel
Overview
WorksheetViewModel is a class in Aspose.Cells FOSS for Java.
Represents a view model for a worksheet with display settings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
showGridLines | boolean | Read | Returns the show grid lines. |
showRowColumnHeaders | boolean | Read | Returns the show row column headers. |
showZeros | boolean | Read | Returns the show zeros. |
rightToLeft | boolean | Read | Returns the right to left. |
zoomScale | int | Read | Returns the zoom scale. |
Methods
| Signature | Description |
|---|---|
getShowGridLines() → boolean | Returns the show grid lines. |
setShowGridLines(showGridLines: boolean) | Sets the show grid lines. |
getShowRowColumnHeaders() → boolean | Returns the show row column headers. |
setShowRowColumnHeaders(showRowColumnHeaders: boolean) | Sets the show row column headers. |
getShowZeros() → boolean | Returns the show zeros. |
setShowZeros(showZeros: boolean) | Sets the show zeros. |
getRightToLeft() → boolean | Returns the right to left. |
setRightToLeft(rightToLeft: boolean) | Sets the right to left. |
getZoomScale() → int | Returns the zoom scale. |
setZoomScale(zoomScale: int) | Sets the zoom scale. |