ssml:cellSmartTag
Cell Smart Tag
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Type: ssml:CT_CellSmartTag
Properties: Local, Qualified
Content
- ssml:cellSmartTagPr [0..*] Smart Tag Properties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [1..1] | xsd:unsignedInt | Smart Tag Type Index | |
deleted | [0..1] | xsd:boolean | Deleted | Default value is "false". |
xmlBased | [0..1] | xsd:boolean | XML Based | Default value is "false". |
Used in
- Type ssml:CT_CellSmartTags (Element ssml:cellSmartTags)
Sample instance
<ssml:cellSmartTag type="1"> <ssml:cellSmartTagPr key="string" val="string"/> </ssml:cellSmartTag>