CellData constructor
CellData({
- DataSourceFormula? dataSourceFormula,
- DataSourceTable? dataSourceTable,
- DataValidationRule? dataValidation,
- CellFormat? effectiveFormat,
- ExtendedValue? effectiveValue,
- String? formattedValue,
- String? hyperlink,
- String? note,
- PivotTable? pivotTable,
- List<
TextFormatRun> ? textFormatRuns, - CellFormat? userEnteredFormat,
- ExtendedValue? userEnteredValue,
Implementation
CellData({
this.dataSourceFormula,
this.dataSourceTable,
this.dataValidation,
this.effectiveFormat,
this.effectiveValue,
this.formattedValue,
this.hyperlink,
this.note,
this.pivotTable,
this.textFormatRuns,
this.userEnteredFormat,
this.userEnteredValue,
});