Name | Description | |
---|---|---|
getAllowSheetReorder | Gets whether to allow reordering of worksheet tabs. SpreadJS only. | |
getBackColor | Get background color of all worksheets. SpreadJS only. | |
getDisplayHorizontalScrollBar | True if the horizontal scroll bar is displayed. | |
getDisplayVerticalScrollBar | True if the vertical scroll bar is displayed. | |
getDisplayWorkbookTabs | True if the workbook tabs are displayed. | |
getGrayAreaBackColor | Get background color of workbook gray area. SpreadJS only. | |
getNewTabVisible | Gets whether to show the New Tab button. SpreadJS only. | |
getNumbersFitMode | Gets the display mode when date/number data width longer than column width. SpreadJS only. | |
getTabEditable | Gets whether to allow editing of the worksheet name. SpreadJS only. | |
getTabNavigationVisible | Gets whether to display navigation buttons in the workbook. SpreadJS only. | |
getTabRatio | Returns or sets the ratio of the width of the workbook's tab area to the width of the window's horizontal scroll bar (as a number between 0 (zero) and 1; The default value is 0.6). | |
getTabStripPosition | Gets the position of tab strip relative to the workbook. SpreadJS only. | |
getTabStripWidth | Gets the width of tab strip. SpreadJS only. | |
setAllowSheetReorder | Sets whether to allow reordering of worksheet tabs. SpreadJS only. | |
setBackColor | Set background color of all worksheets. SpreadJS only. | |
setDisplayHorizontalScrollBar | Sets the horizontal scroll bar is displayed. Read/write Boolean. | |
setDisplayVerticalScrollBar | Sets the vertical scroll bar is displayed. Read/write Boolean. | |
setDisplayWorkbookTabs | Sets if display the workbook tabs. | |
setGrayAreaBackColor | Set background color of workbook gray area. SpreadJS only. | |
setNewTabVisible | Sets whether to show the New Tab button. SpreadJS only. | |
setNumbersFitMode | Sets the display mode when date/number data width longer than column width. SpreadJS only. | |
setTabEditable | Sets whether to allow editing of the worksheet name. SpreadJS only. | |
setTabNavigationVisible | Sets whether to display navigation buttons in the workbook. SpreadJS only. | |
setTabRatio | Sets the ratio of the width of the workbook's tab area to the width of the window's horizontal scroll bar (as a number between 0 (zero) and 1; the default value is 0.6). Read/write Double. | |
setTabStripPosition | Sets the position of tab strip relative to the workbook. SpreadJS only. | |
setTabStripWidth | Sets the width of tab strip. SpreadJS only. |