20.1.4.2.1 band1H

This element describes the formatting for the first 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: Consider the following example of band 1 horizontal being used within DrawingML:

<band1H>
  <tcStyle>
    <tcBdr/>
    <fill>
      <solidFill>
        <schemeClr val="accent1">
          <tint val="40000"/>
        </schemeClr>
      </solidFill>
    </fill>
  </tcStyle>
</band1H>

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

end

[Note: The W3C XML Schema definition of this element’s content model (CT_TablePartStyle) is located in A.4.1. end note]

Last updated on