IWorkbookView Interface Members
In This Topic
The following tables list the members exposed by IWorkbookView.
Public Properties
| Name | Description |
 | BackColor |
Set background color of all worksheets.
SpreadJS only.
|
 | DisplayHorizontalScrollBar |
True if the horizontal scroll bar is displayed. Read/write Boolean.
|
 | DisplayVerticalScrollBar |
True if the vertical scroll bar is displayed. Read/write Boolean.
|
 | DisplayWorkbookTabs |
True if the workbook tabs are displayed. Read/write Boolean.
|
 | GrayAreaBackColor |
Set background color of workbook gray area.
SpreadJS only.
|
 | TabRatio |
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). Read/write Double.
|
Top
See Also