WorkbookView
Overview
WorkbookView is a class in Aspose.Cells FOSS for C++.
Represents workbook view.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
WorkbookView | WorkbookView | Read |
Methods
| Signature | Description |
|---|---|
WorkbookView() → WorkbookView | Constructs a WorkbookView wrapping the specified workbook model. |
GetXWindow() → int | Gets or sets the x window. |
SetXWindow(value: int) | |
GetYWindow() → int | Gets or sets the y window. |
SetYWindow(value: int) | |
GetWindowWidth() → int | Gets or sets the window width. |
SetWindowWidth(value: int) | |
GetWindowHeight() → int | Gets or sets the window height. |
SetWindowHeight(value: int) | |
GetActiveTab() → int | Gets or sets the active tab. |
SetActiveTab(value: int) | |
GetFirstSheet() → int | Gets or sets the first sheet. |
SetFirstSheet(value: int) | |
GetShowHorizontalScroll() → bool | Gets or sets a value indicating whether show horizontal scroll. |
SetShowHorizontalScroll(value: bool) | |
GetShowVerticalScroll() → bool | Gets or sets a value indicating whether show vertical scroll. |
SetShowVerticalScroll(value: bool) | |
GetShowSheetTabs() → bool | Gets or sets a value indicating whether show sheet tabs. |
SetShowSheetTabs(value: bool) | |
GetTabRatio() → int | Gets or sets the tab ratio. |
SetTabRatio(value: int) | |
GetVisibility() → std::string | Gets or sets the visibility. |
SetVisibility(value: std::string_view) | |
GetMinimized() → bool | Gets or sets a value indicating whether minimized. |
SetMinimized(value: bool) | |
GetAutoFilterDateGrouping() → bool | Gets or sets a value indicating whether auto filter date grouping. |
SetAutoFilterDateGrouping(value: bool) |