[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
A single ARGB entry for the corresponding color index.
Parent Elements |
indexedColors (§3.8.26) |
Attributes |
Description |
rgb (Alpha Red Green Blue) |
Color value expressed in Alpha Red Green Blue format (ARGB).
The possible values for this attribute are defined by the ST_UnsignedIntHex simple type (§3.18.86). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RgbColor">
<attribute name="rgb" type="ST_UnsignedIntHex" use="optional"/>
</complexType>