Cell Style Properties

The complex type, CT_TableStyleCellStyle, contains the definition for cell properties that can be styled. Within this complex type are held the border style, cell fill style, and the cell 3-D. The complex type is defined in the following manner:

<xsd:complexType name="CT_TableStyleCellStyle">
  <xsd:sequence>
    <xsd:element name="tcBdr" type="CT_TableCellBorderStyle" 
      minOccurs="0" maxOccurs="1" />
    <xsd:group ref="EG_ThemeableFillStyle" minOccurs="0" 
      maxOccurs="1" />
    <xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" 
      maxOccurs="1" />
  </xsd:sequence>
</xsd:complexType>