[]
Represents the view settings of this workbook.
public interface IWorkbookView
Gets or sets whether to allow reordering of worksheet tabs. SpreadJS only.
bool AllowSheetReorder { get; set; }
Set background color of all worksheets. SpreadJS only.
Color BackColor { get; set; }
True if the horizontal scroll bar is displayed. Read/write Boolean.
bool DisplayHorizontalScrollBar { get; set; }
True if the vertical scroll bar is displayed. Read/write Boolean.
bool DisplayVerticalScrollBar { get; set; }
True if the workbook tabs are displayed. Read/write Boolean.
bool DisplayWorkbookTabs { get; set; }
Set background color of workbook gray area. SpreadJS only.
Color GrayAreaBackColor { get; set; }
Gets or sets whether to show the New Tab button. SpreadJS only.
bool NewTabVisible { get; set; }
Gets or sets the display mode when date/number data width longer than column width. SpreadJS only.
NumbersFitMode NumbersFitMode { get; set; }
Gets or sets whether to allow editing of the worksheet name. SpreadJS only.
bool TabEditable { get; set; }
Gets or sets whether to display navigation buttons in the workbook. SpreadJS only.
bool TabNavigationVisible { get; set; }
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.
double TabRatio { get; set; }
Gets or sets the position of tab strip relative to the workbook. SpreadJS only.
SpreadJSTabStripPosition TabStripPosition { get; set; }
Gets or sets the width of tab strip. SpreadJS only.
int TabStripWidth { get; set; }