Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorksheetViewType Enumeration


In This Topic
    WorksheetViewType Enumeration
    In This Topic
    Contains the various View modes the can be used by a SheetView.
    Syntax
    'Declaration
     
    
    Public Enum WorksheetViewType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WorksheetViewType
    public enum WorksheetViewType : System.Enum 
    Members
    MemberDescription
    NormalThe SheetView uses the Normal View mode, which is the standard mode for viewing Excel documents.
    PageBreakPreviewThe SheetView uses the Page Break Preview mode, which displays where page breaks will appear if the document is printed.
    PageLayoutThe SheetView uses the Page Layout mode, which displays how the document will look once it is printed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.WorksheetViewType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also