<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 |
---|---|
|
Print cell comments as displayed. |
|
Print cell comments at end of document. |
|
Do not print cell comments. |
Referenced By |
---|
|
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>