WorkbookView

Overview

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

Represents workbook view.

This class provides 28 methods for working with WorkbookView objects in C++ programs. Available methods include: GetActiveTab, GetAutoFilterDateGrouping, GetFirstSheet, GetMinimized, GetShowHorizontalScroll, GetShowSheetTabs, GetShowVerticalScroll, GetTabRatio, GetVisibility, GetWindowHeight, GetWindowWidth, GetXWindow, and 15 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: WorkbookView.

Accessor Methods

NameTypeAccessDescription
WorkbookViewWorkbookViewReadGets the workbook view.

Methods

SignatureDescription
WorkbookView()WorkbookViewCalls WorkbookView on this WorkbookView instance.
WorkbookView()
GetXWindow()intGets or sets the x window.
SetXWindow(value: int)Sets the x window value.
GetYWindow()intGets or sets the y window.
SetYWindow(value: int)Sets the y window value.
GetWindowWidth()intGets or sets the window width.
SetWindowWidth(value: int)Sets the window width value.
GetWindowHeight()intGets or sets the window height.
SetWindowHeight(value: int)Sets the window height value.
GetActiveTab()intGets or sets the active tab.
SetActiveTab(value: int)Sets the active tab value.
GetFirstSheet()intGets or sets the first sheet.
SetFirstSheet(value: int)Sets the first sheet value.
GetShowHorizontalScroll()boolGets or sets a value indicating whether show horizontal scroll.
SetShowHorizontalScroll(value: bool)Sets the show horizontal scroll value.
GetShowVerticalScroll()boolGets or sets a value indicating whether show vertical scroll.
SetShowVerticalScroll(value: bool)Sets the show vertical scroll value.
GetShowSheetTabs()boolGets or sets a value indicating whether show sheet tabs.
SetShowSheetTabs(value: bool)Sets the show sheet tabs value.
GetTabRatio()intGets or sets the tab ratio.
SetTabRatio(value: int)Sets the tab ratio value.
GetVisibility()std::stringGets or sets the visibility.
SetVisibility(value: std::string_view)Sets the visibility value.
GetMinimized()boolGets or sets a value indicating whether minimized.
SetMinimized(value: bool)Sets the minimized value.
GetAutoFilterDateGrouping()boolGets or sets a value indicating whether auto filter date grouping.
SetAutoFilterDateGrouping(value: bool)Sets the auto filter date grouping value.

See Also

 English