[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_CellComments (Cell Comments)
These enumerations specify how cell comments shall be displayed for paper printing purposes.
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 |
asDisplayed (Print Comments As Displayed) | |
atEnd (Print At End) | |
none (None) |
Do not print cell comments. |
Referenced By |
pageSetup@cellComments (§3.3.1.61) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CellComments">
<restriction base="xsd:string">
<enumeration value="none"/>
<enumeration value="asDisplayed"/>
<enumeration value="atEnd"/>
</restriction>
</simpleType>