<firstRow> (First Row)

This element defines the cell formatting which can be applied to the first row of the table.

example:
<firstRow>
  <tcTxStyle b="on">
    <fontRef idx="minor">
      <scrgbClr r="0" g="0" b="0"/>
    </fontRef>
    <schemeClr val="lt1"/>
  </tcTxStyle>
  <tcStyle>
    <tcBdr/>
    <fill>
      <solidFill>
        <schemeClr val="accent1"/>
      </solidFill>
    </fill>
  </tcStyle>
</firstRow>

In this example, we define the first row cell fills to be accent 1 along with the text properties to be bold when first row formatting is enabled through the user interface. ]

Parent Elements

<tableStyle>5.1.6.9); <tblStyle>5.1.4.2.26)

Child Elements

Subclause

<tcStyle> (Table Cell Style)

§5.1.4.2.29

<tcTxStyle> (Table Cell Text Style)

§5.1.4.2.30

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

<complexType name="CT_TablePartStyle">
	<sequence>
	<element name="tcTxStyle" type="CT_TableStyleTextStyle" minOccurs="0" maxOccurs="1"/>
	<element name="tcStyle" type="CT_TableStyleCellStyle" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>