Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheetView Interface
Properties

In This Topic
    IWorksheetView Interface Members
    In This Topic

    The following tables list the members exposed by IWorksheetView.

    Public Properties
     NameDescription
     Property Gets or sets whether the worksheet displays formulas. True if formulas are displayed; False if the worksheet displays values.  
     PropertyGets or sets whether gridlines are displayed. When this is set, DisplayVerticalGridlines and DisplayHorizontalGridlines would be set to same value.  
     Property Gets or sets whether headers are displayed (True if both row and column headings are displayed; False if there are no headings displayed).  
     PropertyGets or sets whether horizontal gridlines are displayed. When this is set false, DisplayGridlines would be false, too.  
     Property Gets or sets whether outline symbols are displayed.  
     Property Gets or sets 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).  
     Property Gets or sets whether a ruler is displayed for the specified worksheet (read or write).  
     PropertyGets or sets whether vertical gridlines are displayed. When this is set false, DisplayGridlines would be false, too.  
     Property Gets or sets whether whitespace is displayed (read or write).  
     Property Gets or sets whether zero values are displayed.  
     PropertyReturns or sets the GrapeCity.Documents.Excel.RGBColor object that represents the gridline color of the worksheet.  
     Property Returns or sets the number of the leftmost column in the pane or worksheet.  
     Property Returns or sets the number of the row that appears at the top of the pane or worksheet.  
     Property Gets and sets the view type.  
     Property Returns or sets 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