<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)

Print cell comments as displayed.

<atEnd> (Print At End)

Print cell comments at end of document.

<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>