WorksheetViewModel

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

SignatureDescription
GetShowGridLines()boolGets or sets a value indicating whether show grid lines.
SetShowGridLines(value: bool)Sets the show grid lines value.
GetShowRowColumnHeaders()boolGets or sets a value indicating whether show row column headers.
SetShowRowColumnHeaders(value: bool)Sets the show row column headers value.
GetShowZeros()boolGets or sets a value indicating whether show zeros.
SetShowZeros(value: bool)Sets the show zeros value.
GetRightToLeft()boolGets or sets a value indicating whether right to left.
SetRightToLeft(value: bool)Sets the right to left value.
GetZoomScale()intGets or sets the zoom scale.
SetZoomScale(value: int)Sets the zoom scale value.

See Also

 English