Row Axis Fields

This collection indicates which fields are on the row axis of the PivotTable.

<rowFields count="2">
  <field x="7"/>
  <field x="8"/>
</rowFields>

In the context of <field within rowFields>:

  • @x is a zero based index into the <pivotFields> collection.

For this example, this collection indicates that "Product Category" and "Product Subcategory" are on the row axis of the PivotTable, in that order.