<ST_TableStyleType>
(Table Style Type)
Enumeration of the different structured regions of a Table or PivotTable which can be formatted. Specifies which region is being formatted by this table style element.
Table Regions
PivotTable Regions
Blank Row
Only applies when "Insert blank row after each item" is ON.
Whole Table
Page Field Labels
Page Field Values
First Column Stripe
Second Column Stripe
First Row Stripe
Second Row Stripe
First Column
Header Row
First Header Cell
Subtotal Column 1
Subtotal Column 2
Subtotal Column 3
Subtotal Row 1
Subtotal Row 2
Subtotal Row 3
Column Subheading 1
Column Subheading 2
Column Subheading 3
Row Subheading 1
Row Subheading 2
Row Subheading 3
Grand Total Column
Grand Total Row
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Table style element that applies to PivotTable's blank rows. |
|
Table style element that applies to table's first column. |
|
Table style element that applies to table's first column stripes. |
|
Table style element that applies to PivotTable's first column subheading. |
|
Table style element that applies to table's first header row cell. |
|
Table style element that applies to table's first row stripes. |
|
Table style element that applies to PivotTable's first row subheading. |
|
Table style element that applies to PivotTable's first subtotal column. |
|
Table style element that applies to pivot table's first subtotal row. |
|
Table style element that applies to table's first total row cell. |
|
Table style element that applies to table's header row. |
|
Table style element that applies to table's last column. |
|
Table style element that applies to table's last header row cell. |
|
Table style element that applies to table's last total row cell. |
|
Table style element that applies to pivot table's page field labels. |
|
Table style element that applies to pivot table's page field values. |
|
Table style element that applies to table's second column stripes. |
|
Table style element that applies to pivot table's second column subheading. |
|
Table style element that applies to table's second row stripes. |
|
Table style element that applies to pivot table's second row subheading. |
|
Table style element that applies to PivotTable's second subtotal column. |
|
Table style element that applies to PivotTable's second subtotal row. |
|
Table style element that applies to PivotTable's third column subheading. |
|
Table style element that applies to PivotTable's third row subheading. |
|
Table style element that applies to pivot table's third subtotal column. |
|
Table style element that applies to PivotTable's third subtotal row. |
|
Table style element that applies to table's total row. |
|
Table style element that applies to table's entire content. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TableStyleType">
<restriction base="xsd:string">
<enumeration value="wholeTable"/>
<enumeration value="headerRow"/>
<enumeration value="totalRow"/>
<enumeration value="firstColumn"/>
<enumeration value="lastColumn"/>
<enumeration value="firstRowStripe"/>
<enumeration value="secondRowStripe"/>
<enumeration value="firstColumnStripe"/>
<enumeration value="secondColumnStripe"/>
<enumeration value="firstHeaderCell"/>
<enumeration value="lastHeaderCell"/>
<enumeration value="firstTotalCell"/>
<enumeration value="lastTotalCell"/>
<enumeration value="firstSubtotalColumn"/>
<enumeration value="secondSubtotalColumn"/>
<enumeration value="thirdSubtotalColumn"/>
<enumeration value="firstSubtotalRow"/>
<enumeration value="secondSubtotalRow"/>
<enumeration value="thirdSubtotalRow"/>
<enumeration value="blankRow"/>
<enumeration value="firstColumnSubheading"/>
<enumeration value="secondColumnSubheading"/>
<enumeration value="thirdColumnSubheading"/>
<enumeration value="firstRowSubheading"/>
<enumeration value="secondRowSubheading"/>
<enumeration value="thirdRowSubheading"/>
<enumeration value="pageFieldLabels"/>
<enumeration value="pageFieldValues"/>
</restriction>
</simpleType>