[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_SheetViewType (Sheet View Type)

Defines the view setting of the sheet.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

normal (Normal View)

Normal view

pageBreakPreview (Page Break Preview)

Page break preview

pageLayout (Page Layout View)

Page Layout View

 

Referenced By

customSheetView@view3.3.1.23); sheetView@view3.3.1.83)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_SheetViewType">

   <restriction base="xsd:string">

   <enumeration value="normal"/>

   <enumeration value="pageBreakPreview"/>

   <enumeration value="pageLayout"/>

   </restriction>

</simpleType>