PivotGroup constructor

PivotGroup({
  1. DataSourceColumnReference? dataSourceColumnReference,
  2. PivotGroupLimit? groupLimit,
  3. PivotGroupRule? groupRule,
  4. String? label,
  5. bool? repeatHeadings,
  6. bool? showTotals,
  7. String? sortOrder,
  8. int? sourceColumnOffset,
  9. PivotGroupSortValueBucket? valueBucket,
  10. List<PivotGroupValueMetadata>? valueMetadata,
})

Implementation

PivotGroup({
  this.dataSourceColumnReference,
  this.groupLimit,
  this.groupRule,
  this.label,
  this.repeatHeadings,
  this.showTotals,
  this.sortOrder,
  this.sourceColumnOffset,
  this.valueBucket,
  this.valueMetadata,
});