[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This collection expresses all smart tags associated with cells on this sheet. There can be multiple smart tags associated with a particular cell, and many cells with smart tags for a given worksheet.
[Example:
This example shows three smart tags, each one associated with a unique cell on the worksheet.
<smartTags>
<cellSmartTags r="A1">
<cellSmartTag type="0"/>
</cellSmartTags>
<cellSmartTags r="B1">
<cellSmartTag type="0"/>
</cellSmartTags>
<cellSmartTags r="B2">
<cellSmartTag type="0"/>
</cellSmartTags>
</smartTags>
end example]
Parent Elements |
worksheet (§3.3.1.96) |
Child Elements |
Subclause |
cellSmartTags (Cell Smart Tags) |
§3.3.1.6 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SmartTags">
<sequence>
<element name="cellSmartTags" type="CT_CellSmartTags" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>