WorkbookViewModel

WorkbookViewModel

Overview

WorkbookViewModel is a class in Aspose.Cells FOSS for Java.

Represents the WorkbookViewModel component.

Properties

NameTypeAccessDescription
xWindowIntegerReadReturns the x window.
yWindowIntegerReadReturns the y window.
windowWidthIntegerReadReturns the window width.
windowHeightIntegerReadReturns the window height.
firstSheetIntegerReadReturns the first sheet.
showHorizontalScrollBooleanReadReturns the show horizontal scroll.
showVerticalScrollBooleanReadReturns the show vertical scroll.
showSheetTabsBooleanReadReturns the show sheet tabs.
tabRatioIntegerReadReturns the tab ratio.
visibilityStringReadReturns the visibility.
minimizedbooleanReadReturns the minimized.
autoFilterDateGroupingbooleanReadReturns the auto filter date grouping.

Methods

SignatureDescription
getXWindow()IntegerReturns the x window.
setXWindow(xWindow: Integer)Sets the x window.
getYWindow()IntegerReturns the y window.
setYWindow(yWindow: Integer)Sets the y window.
getWindowWidth()IntegerReturns the window width.
setWindowWidth(windowWidth: Integer)Sets the window width.
getWindowHeight()IntegerReturns the window height.
setWindowHeight(windowHeight: Integer)Sets the window height.
getFirstSheet()IntegerReturns the first sheet.
setFirstSheet(firstSheet: Integer)Sets the first sheet.
getShowHorizontalScroll()BooleanReturns the show horizontal scroll.
setShowHorizontalScroll(showHorizontalScroll: Boolean)Sets the show horizontal scroll.
getShowVerticalScroll()BooleanReturns the show vertical scroll.
setShowVerticalScroll(showVerticalScroll: Boolean)Sets the show vertical scroll.
getShowSheetTabs()BooleanReturns the show sheet tabs.
setShowSheetTabs(showSheetTabs: Boolean)Sets the show sheet tabs.
getTabRatio()IntegerReturns the tab ratio.
setTabRatio(tabRatio: Integer)Sets the tab ratio.
getVisibility()StringReturns the visibility.
setVisibility(visibility: String)Sets the visibility.
getMinimized()booleanReturns the minimized.
setMinimized(minimized: boolean)Sets the minimized.
getAutoFilterDateGrouping()booleanReturns the auto filter date grouping.
setAutoFilterDateGrouping(autoFilterDateGrouping: boolean)Sets the auto filter date grouping.
copyFrom(source: WorkbookViewModel)Copies the from.
hasStoredState(activeSheetIndex: int)booleanIndicates whether has stored state.