<colors> (Colors)
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 |
|---|
|
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>