[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Describes a gradated color scale in this conditional formatting rule.
[Example:
<colorScale>
<cfvo type="min" val="0"/>
<cfvo type="max" val="0"/>
<color theme="5"/>
<color rgb="FFFFEF9C"/>
</colorScale>
end example]
Parent Elements |
cfRule (§3.3.1.9) |
Child Elements |
Subclause |
cfvo (Conditional Format Value Object) |
§3.3.1.10 |
color (Data Bar Color) |
§3.3.1.14 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorScale">
<sequence>
<element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
<element name="color" type="CT_Color" minOccurs="2" maxOccurs="unbounded"/>
</sequence>
</complexType>