<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>