<ST_PrintError>
(Print Errors)
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 |
---|---|
|
Display cell errors as blank. |
|
Display cell errors as dashes. |
|
Display cell errors as displayed on screen. |
|
Display cell errors as #N/A. |
Referenced By |
---|
|
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"/>
<enumeration value="NA"/>
</restriction>
</simpleType>