ssml:iconSet
Icon Set
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Type: ssml:CT_IconSet
Properties: Local, Qualified
Content
- ssml:cfvo [2..*] Conditional Formatting Object
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
iconSet | [0..1] | ssml:ST_IconSetType | Icon Set | Default value is "3TrafficLights1". |
showValue | [0..1] | xsd:boolean | Show Value | Default value is "true". |
percent | [0..1] | xsd:boolean | Percent | Default value is "true". |
reverse | [0..1] | xsd:boolean | Reverse Icons | Default value is "false". |
Used in
- Type ssml:CT_CfRule (Element ssml:cfRule)
Sample instance
<ssml:iconSet iconSet="3TrafficLights1"> <ssml:cfvo type="num" val="string"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:cfvo> </ssml:iconSet>