WorksheetViewModel

WorksheetViewModel

Overview

WorksheetViewModel is a class in Aspose.Cells FOSS for Java.

Represents a view model for a worksheet with display settings.

Properties

NameTypeAccessDescription
showGridLinesbooleanReadReturns the show grid lines.
showRowColumnHeadersbooleanReadReturns the show row column headers.
showZerosbooleanReadReturns the show zeros.
rightToLeftbooleanReadReturns the right to left.
zoomScaleintReadReturns the zoom scale.

Methods

SignatureDescription
getShowGridLines()booleanReturns the show grid lines.
setShowGridLines(showGridLines: boolean)Sets the show grid lines.
getShowRowColumnHeaders()booleanReturns the show row column headers.
setShowRowColumnHeaders(showRowColumnHeaders: boolean)Sets the show row column headers.
getShowZeros()booleanReturns the show zeros.
setShowZeros(showZeros: boolean)Sets the show zeros.
getRightToLeft()booleanReturns the right to left.
setRightToLeft(rightToLeft: boolean)Sets the right to left.
getZoomScale()intReturns the zoom scale.
setZoomScale(zoomScale: int)Sets the zoom scale.