[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbookView

Interface IWorkbookView

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the view settings of this workbook.

public interface IWorkbookView

Properties

AllowSheetReorder

Gets or sets whether to allow reordering of worksheet tabs. SpreadJS only.

bool AllowSheetReorder { get; set; }

Property Value

bool

BackColor

Set background color of all worksheets. SpreadJS only.

Color BackColor { get; set; }

Property Value

System.Drawing.Color

DisplayHorizontalScrollBar

True if the horizontal scroll bar is displayed. Read/write Boolean.

bool DisplayHorizontalScrollBar { get; set; }

Property Value

bool

DisplayVerticalScrollBar

True if the vertical scroll bar is displayed. Read/write Boolean.

bool DisplayVerticalScrollBar { get; set; }

Property Value

bool

DisplayWorkbookTabs

True if the workbook tabs are displayed. Read/write Boolean.

bool DisplayWorkbookTabs { get; set; }

Property Value

bool

GrayAreaBackColor

Set background color of workbook gray area. SpreadJS only.

Color GrayAreaBackColor { get; set; }

Property Value

System.Drawing.Color

NewTabVisible

Gets or sets whether to show the New Tab button. SpreadJS only.

bool NewTabVisible { get; set; }

Property Value

bool

NumbersFitMode

Gets or sets the display mode when date/number data width longer than column width. SpreadJS only.

NumbersFitMode NumbersFitMode { get; set; }

Property Value

NumbersFitMode

TabEditable

Gets or sets whether to allow editing of the worksheet name. SpreadJS only.

bool TabEditable { get; set; }

Property Value

bool

TabNavigationVisible

Gets or sets whether to display navigation buttons in the workbook. SpreadJS only.

bool TabNavigationVisible { get; set; }

Property Value

bool

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.

double TabRatio { get; set; }

Property Value

double

TabStripPosition

Gets or sets the position of tab strip relative to the workbook. SpreadJS only.

SpreadJSTabStripPosition TabStripPosition { get; set; }

Property Value

SpreadJSTabStripPosition

TabStripWidth

Gets or sets the width of tab strip. SpreadJS only.

int TabStripWidth { get; set; }

Property Value

int