WorkbookView

Overview

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

Represents workbook view.

Properties

NameTypeAccessDescription
WorkbookViewWorkbookViewRead

Methods

SignatureDescription
WorkbookView()WorkbookViewConstructs a WorkbookView wrapping the specified workbook model.
GetXWindow()intGets or sets the x window.
SetXWindow(value: int)
GetYWindow()intGets or sets the y window.
SetYWindow(value: int)
GetWindowWidth()intGets or sets the window width.
SetWindowWidth(value: int)
GetWindowHeight()intGets or sets the window height.
SetWindowHeight(value: int)
GetActiveTab()intGets or sets the active tab.
SetActiveTab(value: int)
GetFirstSheet()intGets or sets the first sheet.
SetFirstSheet(value: int)
GetShowHorizontalScroll()boolGets or sets a value indicating whether show horizontal scroll.
SetShowHorizontalScroll(value: bool)
GetShowVerticalScroll()boolGets or sets a value indicating whether show vertical scroll.
SetShowVerticalScroll(value: bool)
GetShowSheetTabs()boolGets or sets a value indicating whether show sheet tabs.
SetShowSheetTabs(value: bool)
GetTabRatio()intGets or sets the tab ratio.
SetTabRatio(value: int)
GetVisibility()std::stringGets or sets the visibility.
SetVisibility(value: std::string_view)
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)

See Also