Column Axis Fields
This collection indicates which fields are on the column axis of the PivotTable.
<colFields count="3"> <field x="14"/> <field x="15"/> <field x="16"/> </colFields>
In the context of @field
:
@x
is a zero based index into the<pivotFields>
collection defined in this part.
For this example, the collection indicates that "Year", "Quarter" and "Month" are on the column axis of the PivotTable, in that order.