Xceed Workbooks for .NET v1.4 Documentation
WorksheetViewType Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : WorksheetViewType Enumeration
Determines which View mode is 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 the 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

Reference

Xceed.Workbooks.NET Namespace