[]
Update row, column, page fields, and data fields of a PivotTable report or PivotChart report.
public static Command UpdateFields(IPivotTable pivotTable, Tuple<int, PivotFieldOrientation>[] pivotFields, Tuple<PivotDataField, string>[] dataFields)
Public Shared Function UpdateFields(pivotTable As IPivotTable, pivotFields As Tuple(Of Integer, PivotFieldOrientation)(), dataFields As Tuple(Of PivotDataField, String)()) As Command
| Type | Name | Description |
|---|---|---|
| IPivotTable | pivotTable | The IPivotTable object. |
| Tuple<int, PivotFieldOrientation>[] | pivotFields | The pivot fields of pivot table |
| Tuple<PivotDataField, string>[] | dataFields | The data fields of pivot table |
| Type | Description |
|---|---|
| Command | A update command. |