<nwCell> (Northwest Cell)

This element defies the formatting for the cell in the northwest corner of a table when both the first row formatting and first column formatting are enabled. This formatting is only applied to the single cell which overlaps between the two formatting options.

example:
<nwCell>
  <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>
</nwCell>

In this example, we specifically set the northwest cell to contain bold text with a solid cell fill in the color of accent 1. ]

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>