<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 view |
|
Page break preview |
|
Page Layout View |
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>