criteria property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Map<String, PivotFilterCriteria>? criteria
getter/setter pair

An optional mapping of filters per source column offset.

The filters are applied before aggregating data into the pivot table. The map's key is the column offset of the source range that you want to filter, and the value is the criteria for that column. For example, if the source was C10:E15, a key of 0 will have the filter for column C, whereas the key 1 is for column D. This field is deprecated in favor of filter_specs.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.Map<core.String, PivotFilterCriteria>? criteria;