<tcStyle> (Table Cell Style)

This element defines the style for a give cell in a table.

example:
<tcStyle>
  <tcBdr></tcBdr>
  <fill></fill>
</tcStyle>

In this example, we see that a set of borders for the cell along with a cell fill are being defined. ]

Parent Elements

<band1H>5.1.4.2.1); <band1V>5.1.4.2.2); <band2H>5.1.4.2.3); <band2V>5.1.4.2.4); <firstCol>5.1.4.2.11); <firstRow>5.1.4.2.12); <lastCol>5.1.4.2.16); <lastRow>5.1.4.2.17); <neCell>5.1.4.2.20); <nwCell>5.1.4.2.21); <seCell>5.1.4.2.23); <swCell>5.1.4.2.24); <wholeTbl>5.1.4.2.34)

Child Elements

Subclause

<cell3D> (Cell 3-D)

§5.1.6.1

<fill> (Fill)

§5.1.4.2.9

<fillRef> (Fill Reference)

§5.1.4.2.10

<tcBdr> (Table Cell Borders)

§5.1.4.2.28

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

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