[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

mruColors (MRU Colors)

This element contains sequence of RGB values that correspond to custom colors selected by the user for this workbook.

Parent Elements

colors3.8.11)

 

Child Elements

Subclause

color (Data Bar Color)

§3.3.1.14

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_MRUColors">

   <sequence>

   <element name="color" type="CT_Color" minOccurs="1" maxOccurs="unbounded"/>

   </sequence>

</complexType>