<band2H> (Band 2 Horizontal)

This element describes the formatting for the second row in horizontal banding. Two different row formatting are applied to the table alternating in order to create a banding effect on the table.

example:
<band2H>
  <tcStyle>
    <tcBdr/>
    <fill>
      <solidFill>
        <schemeClr val="accent2">
          <tint val="40000"/>
        </schemeClr>
      </solidFill>
    </fill>
  </tcStyle>
</band2H>

In this example, we set the fill to be a solid fill referencing the accent 2 color defined in the theme. ]

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>