PivotTable.DataPivotField Property
Returns a PivotField object that represents all the data fields in a PivotTable. Read-only.
Syntax
expression.DataPivotField
expression A variable that represents a PivotTable object.
Example
This example moves the second PivotItem object to the first position. It assumes a PivotTable exists on the active worksheet and that the PivotTable contains data fields.
| Visual Basic for Applications |
|---|
|