PivotTable class
A pivot table.
Constructors
-
PivotTable({List<
PivotGroup> ? columns, Map<String, PivotFilterCriteria> ? criteria, DataExecutionStatus? dataExecutionStatus, String? dataSourceId, List<PivotFilterSpec> ? filterSpecs, List<PivotGroup> ? rows, GridRange? source, String? valueLayout, List<PivotValue> ? values}) - PivotTable.fromJson(Map json_)
Properties
-
columns
↔ List<
PivotGroup> ? -
Each column grouping in the pivot table.
getter/setter pair
-
criteria
↔ Map<
String, PivotFilterCriteria> ? -
An optional mapping of filters per source column offset.
getter/setter pair
- dataExecutionStatus ↔ DataExecutionStatus?
-
The data execution status for data source pivot tables.
getter/setter pair
- dataSourceId ↔ String?
-
The ID of the data source the pivot table is reading data from.
getter/setter pair
-
filterSpecs
↔ List<
PivotFilterSpec> ? -
The filters applied to the source columns before aggregating data for the
pivot table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rows
↔ List<
PivotGroup> ? -
Each row grouping in the pivot table.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ GridRange?
-
The range the pivot table is reading data from.
getter/setter pair
- valueLayout ↔ String?
-
Whether values should be listed horizontally (as columns) or vertically
(as rows).
Possible string values are:
getter/setter pair
-
values
↔ List<
PivotValue> ? -
A list of values to include in the pivot table.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited