CellData constructor

CellData({
  1. List<ChipRun>? chipRuns,
  2. DataSourceFormula? dataSourceFormula,
  3. DataSourceTable? dataSourceTable,
  4. DataValidationRule? dataValidation,
  5. CellFormat? effectiveFormat,
  6. ExtendedValue? effectiveValue,
  7. String? formattedValue,
  8. String? hyperlink,
  9. String? note,
  10. PivotTable? pivotTable,
  11. List<TextFormatRun>? textFormatRuns,
  12. CellFormat? userEnteredFormat,
  13. ExtendedValue? userEnteredValue,
})

Implementation

CellData({
  this.chipRuns,
  this.dataSourceFormula,
  this.dataSourceTable,
  this.dataValidation,
  this.effectiveFormat,
  this.effectiveValue,
  this.formattedValue,
  this.hyperlink,
  this.note,
  this.pivotTable,
  this.textFormatRuns,
  this.userEnteredFormat,
  this.userEnteredValue,
});