View settings for a single workbook.
Add Listeners.
Optional
IListener.ISource.addListeners
IWorkbookView.setActiveSheetId
IWorkbookView.setTabRatio
IWorkbookView.setShowFormulaBar
IWorkbookView.setShowHorizontalScrollbar
IWorkbookView.setShowStatusBar
IWorkbookView.setShowTabs
IWorkbookView.setShowVerticalScrollbar
The id of of the activeSheet.
This is NOT the index of the sheet but instead the id (1 based) If the sheets have been reordered then these won't match.
Shows the visibility of the formula bar.
show the horizontal scrollbar.
true Copy
true
Show the status bar.
Shows the workbook tabs.
true; Copy
true;
Show the vertical scrollbar.
Specifies ratio between the workbook tabs and the horizontal scroll bar.
600 Copy
600
This is expressed as a percent * 1000.
Saves the current state to JSON.
View settings for a single workbook.