WorksheetViewModel
Overview
WorksheetViewModel is a class in Aspose.Cells FOSS for Java.
Represents a view model for a worksheet with display settings.
This class provides 14 methods for working with WorksheetViewModel objects in Java programs.
Available methods include: getFreezeColumn, getFreezeRow, getRightToLeft, getShowGridLines, getShowRowColumnHeaders, getShowZeros, getZoomScale, setFreezeColumn, setFreezeRow, setRightToLeft, setShowGridLines, setShowRowColumnHeaders, and 2 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: freezeColumn, freezeRow, rightToLeft, showGridLines, showRowColumnHeaders, showZeros, and 1 more.
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. |
freezeRow | int | Read | Returns the number of rows frozen from the top (ySplit). |
freezeColumn | int | Read | Returns the number of columns frozen from the left (xSplit). |
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. |
getFreezeRow() → int | Returns the number of rows frozen from the top (ySplit). |
setFreezeRow(freezeRow: int) | Sets the number of rows frozen from the top. |
getFreezeColumn() → int | Returns the number of columns frozen from the left (xSplit). |
setFreezeColumn(freezeColumn: int) | Sets the number of columns frozen from the left. |