WorkbookViewModel

WorkbookViewModel

Overview

WorkbookViewModel is a class in Aspose.Cells FOSS for C++.

Represents workbook view model.

Methods

SignatureDescription
GetXWindow()std::optional<int>Gets or sets the x window.
SetXWindow(value: std::optional<int>)
GetYWindow()std::optional<int>Gets or sets the y window.
SetYWindow(value: std::optional<int>)
GetWindowWidth()std::optional<int>Gets or sets the window width.
SetWindowWidth(value: std::optional<int>)
GetWindowHeight()std::optional<int>Gets or sets the window height.
SetWindowHeight(value: std::optional<int>)
GetFirstSheet()std::optional<int>Gets or sets the first sheet.
SetFirstSheet(value: std::optional<int>)
GetShowHorizontalScroll()std::optional<bool>Gets or sets a value indicating whether show horizontal scroll.
SetShowHorizontalScroll(value: std::optional<bool>)
GetShowVerticalScroll()std::optional<bool>Gets or sets a value indicating whether show vertical scroll.
SetShowVerticalScroll(value: std::optional<bool>)
GetShowSheetTabs()std::optional<bool>Gets or sets a value indicating whether show sheet tabs.
SetShowSheetTabs(value: std::optional<bool>)
GetTabRatio()std::optional<int>Gets or sets the tab ratio.
SetTabRatio(value: std::optional<int>)
SetVisibility(value: std::string)
GetMinimized()boolGets or sets a value indicating whether minimized.
SetMinimized(value: bool)
GetAutoFilterDateGrouping()boolGets or sets a value indicating whether auto filter date grouping.
SetAutoFilterDateGrouping(value: bool)
CopyFrom(source: WorkbookViewModel)Copies values from the specified source. The source.
HasStoredState(activeSheetIndex: int)boolPerforms has stored state. The active sheet index. true if the condition is met; otherwise, false.

See Also