SheetViewValues Enumeration

Sheet View Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration SheetViewValues
'Usage
Dim instance As SheetViewValues
public enum SheetViewValues

Members

Member name Description
Normal Normal View. When the item is serialized out as xml, its value is "normal".
PageBreakPreview Page Break Preview. When the item is serialized out as xml, its value is "pageBreakPreview".
PageLayout Page Layout View. When the item is serialized out as xml, its value is "pageLayout".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace