values property

List<PivotValue>? values
getter/setter pair

A list of values to include in the pivot table.

Implementation

core.List<PivotValue>? values;