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

In This Topic
    IWorksheetView Interface Methods
    In This Topic

    For a list of all members of this type, see IWorksheetView members.

    Public Methods
     NameDescription
     MethodGets whether the worksheet displays formulas. True if formulas are displayed; False if the worksheet displays values.  
     MethodGets whether gridlines are displayed.  
     MethodGets whether headers are displayed (True if both row and column headings are displayed; False if there are no headings displayed).  
     MethodGets whether horizontal gridlines are displayed.  
     MethodGets whether outline symbols are displayed.  
     MethodGets whether the specified worksheet is displayed from right to left instead of from left to right (False if the object is displayed from left to right).  
     MethodGets whether a ruler is displayed for the specified worksheet.  
     MethodGets whether vertical gridlines are displayed.  
     MethodGets whether whitespace is displayed.  
     MethodGets whether zero values are displayed.  
     MethodGets the Color object that represents the gridline color of the worksheet.  
     MethodGets the number of the leftmost column in the pane or worksheet.  
     MethodGets the number of the row that appears at the top of the pane or worksheet.  
     MethodGets the view type.  
     MethodGets a Variant value that represents the display size of the worksheet, as a percentage(100 equals normal size, 200 equals double size, and so on).  
     MethodSets whether the worksheet displays formulas. True if formulas are displayed; False if the worksheet displays values.  
     MethodSets whether gridlines are displayed. When this is set, DisplayVerticalGridlines and DisplayHorizontalGridlines would be set to same value.  
     MethodSets whether headers are displayed (True if both row and column headings are displayed; False if there are no headings displayed).  
     MethodSets whether horizontal gridlines are displayed. When this is set false, DisplayGridlines would be false, too.  
     MethodSets whether outline symbols are displayed.  
     MethodSets whether the specified worksheet is displayed from right to left instead of from left to right (False if the object is displayed from left to right).  
     MethodSets whether a ruler is displayed for the specified worksheet.  
     MethodSets whether vertical gridlines are displayed. When this is set false, DisplayGridlines would be false, too.  
     MethodSets whether whitespace is displayed.  
     MethodSets whether zero values are displayed.  
     MethodSets the Color object that represents the gridline color of the worksheet.  
     MethodSets the number of the leftmost column in the pane or worksheet.  
     MethodSets the number of the row that appears at the top of the pane or worksheet.  
     MethodSets the view type.  
     MethodSets a Variant value that represents the display size of the worksheet, as a percentage(100 equals normal size, 200 equals double size, and so on).  
    Top
    See Also