Returns an object that represents either a single field in a PivotTable report (a PivotField object, Syntax 1) or a collection of all the fields (a PivotFields object, Syntax 2) that are currently showing as row fields. Read-only.
Syntax 1
expression.RowFields(Index)
Syntax 2
expression.RowFields
expression Required. An expression that returns a PivotTable object.
Index Optional Variant. The name or number of the field to be returned (can be an array to specify more than one field).