WorkbookViewModel

WorkbookViewModel

Overview

WorkbookViewModel is a class in Aspose.Cells FOSS for .NET.

Represents workbook view model.

Properties

NameTypeAccessDescription
XWindowint?Read/WriteGets or sets the horizontal screen position of the workbook window
YWindowint?Read/Write
WindowWidthint?Read/WriteGets or sets the width of the workbook window in pixels
WindowHeightint?Read/Write
FirstSheetint?Read/WriteGets or sets the index of the first visible sheet in the window
ShowHorizontalScrollbool?Read/WriteGets or sets whether the horizontal scroll bar is shown
ShowVerticalScrollbool?Read/Write
ShowSheetTabsbool?Read/WriteGets or sets whether sheet tabs are visible in the window
TabRatioint?Read/WriteGets or sets the proportion of the tab area relative to the window width
VisibilitystringRead/WriteGets or sets the visibility state of the workbook window (e.g., Visible, Hidden)
MinimizedboolRead/WriteGets or sets whether the workbook window is minimized
AutoFilterDateGroupingboolRead/WriteGets or sets whether date grouping is applied in auto-filters

Methods

SignatureDescription
CopyFrom(source: WorkbookViewModel)The source.
HasStoredState(activeSheetIndex: int)if the condition is met; otherwise, .

See Also