SlicerSpec constructor
SlicerSpec({
- bool? applyToPivotTables,
- Color? backgroundColor,
- ColorStyle? backgroundColorStyle,
- int? columnIndex,
- GridRange? dataRange,
- FilterCriteria? filterCriteria,
- String? horizontalAlignment,
- TextFormat? textFormat,
- String? title,
Implementation
SlicerSpec({
this.applyToPivotTables,
this.backgroundColor,
this.backgroundColorStyle,
this.columnIndex,
this.dataRange,
this.filterCriteria,
this.horizontalAlignment,
this.textFormat,
this.title,
});