Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbookView Interface
Methods

In This Topic
    IWorkbookView Interface Members
    In This Topic

    The following tables list the members exposed by IWorkbookView.

    Public Methods
     NameDescription
     MethodGets whether to allow reordering of worksheet tabs. SpreadJS only.  
     MethodGet background color of all worksheets. SpreadJS only.  
     MethodTrue if the horizontal scroll bar is displayed.  
     MethodTrue if the vertical scroll bar is displayed.  
     MethodTrue if the workbook tabs are displayed.  
     MethodGet background color of workbook gray area. SpreadJS only.  
     MethodGets whether to show the New Tab button. SpreadJS only.  
     MethodGets the display mode when date/number data width longer than column width. SpreadJS only.  
     MethodGets whether to allow editing of the worksheet name. SpreadJS only.  
     MethodGets whether to display navigation buttons in the workbook. SpreadJS only.  
     MethodReturns 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).  
     MethodGets the position of tab strip relative to the workbook. SpreadJS only.  
     MethodGets the width of tab strip. SpreadJS only.  
     MethodSets whether to allow reordering of worksheet tabs. SpreadJS only.  
     MethodSet background color of all worksheets. SpreadJS only.  
     MethodSets the horizontal scroll bar is displayed. Read/write Boolean.  
     MethodSets the vertical scroll bar is displayed. Read/write Boolean.  
     MethodSets if display the workbook tabs.  
     MethodSet background color of workbook gray area. SpreadJS only.  
     MethodSets whether to show the New Tab button. SpreadJS only.  
     MethodSets the display mode when date/number data width longer than column width. SpreadJS only.  
     MethodSets whether to allow editing of the worksheet name. SpreadJS only.  
     MethodSets whether to display navigation buttons in the workbook. SpreadJS only.  
     MethodSets 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.  
     MethodSets the position of tab strip relative to the workbook. SpreadJS only.  
     MethodSets the width of tab strip. SpreadJS only.  
    Top
    See Also