[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This enumeration specifies how to display cells with errors when printing the worksheet.
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 |
blank (Show Cell Errors As Blank) |
Display cell errors as blank. |
dash (Dash Cell Errors) |
Display cell errors as dashes. |
displayed (Display Cell Errors) |
Display cell errors as displayed on screen. |
NA (NA) |
Display cell errors as #N/A. |
Referenced By |
pageSetup@errors (§3.3.1.61) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PrintError">
<restriction base="xsd:string">
<enumeration value="displayed"/>
<enumeration value="blank"/>
<enumeration value="dash"/>
</restriction>
</simpleType>