Version

WorksheetView Enumeration

Represents the various views for a worksheet.
Syntax
'Declaration
 
Public Enum WorksheetView 
   Inherits System.Enum
public enum WorksheetView : System.Enum 
Members
MemberDescription
NormalThe worksheet is displayed in the normal view.
PageBreakPreviewThis view shows a preview of where pages will break when the worksheet is printed.
PageLayoutThe worksheet is displayed as it will appear when printed. This view displays where printed pages will begin and end as well as any headers or footers for the workbook. This value is only supported in Excel 2007 and defaults to Normal in earlier version.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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