Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SheetViewType Enumeration


In This Topic
    SheetViewType Enumeration
    In This Topic
    Represents the view type of a IWorksheetView.
    Syntax
    'Declaration
     
    
    Public Enum SheetViewType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetViewType
    public enum SheetViewType : System.Enum 
    Members
    MemberDescription
    NormalNormal View
    PageBreakPreviewPage Break Preview
    PageLayoutPage Layout View
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SheetViewType

    See Also