<cellSmartTags> (Cell Smart Tags)

The element is used to label the cell with a smart tag. A cell may be determined to have semantic meaning and the cell containing this data can be labeled with a smart tag. The type of actions you can take depend on the semantic meaning of the data and the actions that the application decides to associate with that type of smart tag.

example:

An application may decide that the smart tag indicators appear in the cell in the worksheet.

This collection represents a collection of smart tags on a cell.

example:
<cellSmartTags r="A1">
  <cellSmartTag type="0"/>
</cellSmartTags>

Parent Elements

<smartTags>3.3.1.87)

Child Elements

Subclause

<cellSmartTag> (Cell Smart Tag)

§3.3.1.4

Attributes

Description

<r> (Reference)

Reference to the cell that contains this set of smart tags.

The possible values for this attribute are defined by the ST_CellRef simple type (§3.18.8).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CellSmartTags">
	<sequence>
	<element name="cellSmartTag" type="CT_CellSmartTag" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="r" type="ST_CellRef" use="required"/>
</complexType>