<ST_Comments> (Comment Display Types)

This simple type defines options for displaying comments in the user interface.

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

<commIndAndComment> (Show Comment & Indicator)

Indicates that both the comment indicator and comment text be show in the user interface.

<commIndicator> (Show Comment Indicator)

Indicates that only the comment indicator be shown in the user interface.

<commNone> (No Comments)

Indicates that comments not be shown in the user interface.

Referenced By

<customWorkbookView@showComments>3.2.3)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Comments">
	<restriction base="xsd:string">
	<enumeration value="commNone"/>
	<enumeration value="commIndicator"/>
	<enumeration value="commIndAndComment"/>
	</restriction>
</simpleType>