WorkbookViewModel
Overview
WorkbookViewModel is a class in Aspose.Cells FOSS for .NET.
Represents workbook view model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
XWindow | int? | Read/Write | Gets or sets the horizontal screen position of the workbook window |
YWindow | int? | Read/Write | |
WindowWidth | int? | Read/Write | Gets or sets the width of the workbook window in pixels |
WindowHeight | int? | Read/Write | |
FirstSheet | int? | Read/Write | Gets or sets the index of the first visible sheet in the window |
ShowHorizontalScroll | bool? | Read/Write | Gets or sets whether the horizontal scroll bar is shown |
ShowVerticalScroll | bool? | Read/Write | |
ShowSheetTabs | bool? | Read/Write | Gets or sets whether sheet tabs are visible in the window |
TabRatio | int? | Read/Write | Gets or sets the proportion of the tab area relative to the window width |
Visibility | string | Read/Write | Gets or sets the visibility state of the workbook window (e.g., Visible, Hidden) |
Minimized | bool | Read/Write | Gets or sets whether the workbook window is minimized |
AutoFilterDateGrouping | bool | Read/Write | Gets or sets whether date grouping is applied in auto-filters |
Methods
| Signature | Description |
|---|---|
CopyFrom(source: WorkbookViewModel) | The source. |
HasStoredState(activeSheetIndex: int) | if the condition is met; otherwise, . |