2.3.8 CT_Interior

Referenced by: CT_Style

The worksheet cell fill color or pattern mask and pattern color.

Attributes:

Color: The background fill color.

Pattern: The foreground pattern mask. This attribute (2) MUST be present when a pattern fill is present; otherwise, MUST be omitted.

PatternColor: The foreground pattern color. This attribute (2) MUST be present when the Pattern attribute (2) is present and not equal to "Solid"; otherwise, MUST be omitted.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Interior">
   <xs:attribute name="Color" type="ST_rgbTuple"/>
   <xs:attribute name="Pattern" type="ST_enmPattern" use="optional"/>
   <xs:attribute name="PatternColor" type="ST_rgbTuple" use="optional"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).