[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Color information associated with this stylesheet. This collection is written whenever the legacy color palette has been modified (backwards compatibility settings) or a custom color has been selected while using this workbook.
When the color palette is modified, the indexedColors collection is written. When a custom color has been selected, the mruColors collection is written.
Parent Elements |
styleSheet (§3.8.39) |
Child Elements |
Subclause |
indexedColors (Color Indexes) |
§3.8.26 |
mruColors (MRU Colors) |
§3.8.28 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Colors">
<sequence>
<element name="indexedColors" type="CT_IndexedColors" minOccurs="0" maxOccurs="1"/>
<element name="mruColors" type="CT_MRUColors" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>