<iconSet>
(Icon Set)
Describes an icon set conditional formatting rule.
<iconSet iconSet="3Arrows"> <cfvo type="percentile" val="0"/> <cfvo type="percentile" val="33"/> <cfvo type="percentile" val="67"/> </iconSet>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
The icon set to display. The possible values for this attribute are defined by the ST_IconSetType simple type (§3.18.44). |
|
Indicates whether the thresholds indicate percentile values, instead of number values. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
If '1', reverses the default order of the icons in this icon set. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Indicates whether to show the values of the cells on which this icon set is applied. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_IconSet">
<sequence>
<element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
</sequence>
<attribute name="iconSet" type="ST_IconSetType" use="optional" default="3TrafficLights1"/>
<attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>
<attribute name="percent" type="xsd:boolean" default="true"/>
<attribute name="reverse" type="xsd:boolean" use="optional" default="false"/>
</complexType>