pivotTable property

PivotTable? pivotTable
getter/setter pair

A pivot table anchored at this cell.

The size of pivot table itself is computed dynamically based on its data, grouping, filters, values, etc. Only the top-left cell of the pivot table contains the pivot table definition. The other cells will contain the calculated values of the results of the pivot in their effective_value fields.

Implementation

PivotTable? pivotTable;