WorkbookViewModel
Overview
WorkbookViewModel is a class in Aspose.Cells FOSS for Java.
Represents the WorkbookViewModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
xWindow | Integer | Read | Returns the x window. |
yWindow | Integer | Read | Returns the y window. |
windowWidth | Integer | Read | Returns the window width. |
windowHeight | Integer | Read | Returns the window height. |
firstSheet | Integer | Read | Returns the first sheet. |
showHorizontalScroll | Boolean | Read | Returns the show horizontal scroll. |
showVerticalScroll | Boolean | Read | Returns the show vertical scroll. |
showSheetTabs | Boolean | Read | Returns the show sheet tabs. |
tabRatio | Integer | Read | Returns the tab ratio. |
visibility | String | Read | Returns the visibility. |
minimized | boolean | Read | Returns the minimized. |
autoFilterDateGrouping | boolean | Read | Returns the auto filter date grouping. |
Methods
| Signature | Description |
|---|---|
getXWindow() → Integer | Returns the x window. |
setXWindow(xWindow: Integer) | Sets the x window. |
getYWindow() → Integer | Returns the y window. |
setYWindow(yWindow: Integer) | Sets the y window. |
getWindowWidth() → Integer | Returns the window width. |
setWindowWidth(windowWidth: Integer) | Sets the window width. |
getWindowHeight() → Integer | Returns the window height. |
setWindowHeight(windowHeight: Integer) | Sets the window height. |
getFirstSheet() → Integer | Returns the first sheet. |
setFirstSheet(firstSheet: Integer) | Sets the first sheet. |
getShowHorizontalScroll() → Boolean | Returns the show horizontal scroll. |
setShowHorizontalScroll(showHorizontalScroll: Boolean) | Sets the show horizontal scroll. |
getShowVerticalScroll() → Boolean | Returns the show vertical scroll. |
setShowVerticalScroll(showVerticalScroll: Boolean) | Sets the show vertical scroll. |
getShowSheetTabs() → Boolean | Returns the show sheet tabs. |
setShowSheetTabs(showSheetTabs: Boolean) | Sets the show sheet tabs. |
getTabRatio() → Integer | Returns the tab ratio. |
setTabRatio(tabRatio: Integer) | Sets the tab ratio. |
getVisibility() → String | Returns the visibility. |
setVisibility(visibility: String) | Sets the visibility. |
getMinimized() → boolean | Returns the minimized. |
setMinimized(minimized: boolean) | Sets the minimized. |
getAutoFilterDateGrouping() → boolean | Returns the auto filter date grouping. |
setAutoFilterDateGrouping(autoFilterDateGrouping: boolean) | Sets the auto filter date grouping. |
copyFrom(source: WorkbookViewModel) | Copies the from. |
hasStoredState(activeSheetIndex: int) → boolean | Indicates whether has stored state. |