CellData class

Data about a specific cell.

Constructors

CellData({List<ChipRun>? chipRuns, 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})
CellData.fromJson(Map json_)

Properties

chipRuns ↔ List<ChipRun>?
Runs of chips applied to subsections of the cell.
getter/setter pair
dataSourceFormula ↔ DataSourceFormula?
Information about a data source formula on the cell.
getter/setter pair
dataSourceTable ↔ DataSourceTable?
A data source table anchored at this cell.
getter/setter pair
dataValidation ↔ DataValidationRule?
A data validation rule on the cell, if any.
getter/setter pair
effectiveFormat ↔ CellFormat?
The effective format being used by the cell.
getter/setter pair
effectiveValue ↔ ExtendedValue?
The effective value of the cell.
getter/setter pair
formattedValue ↔ String?
The formatted value of the cell.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
A hyperlink this cell points to, if any.
getter/setter pair
note ↔ String?
Any note on the cell.
getter/setter pair
pivotTable ↔ PivotTable?
A pivot table anchored at this cell.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textFormatRuns ↔ List<TextFormatRun>?
Runs of rich text applied to subsections of the cell.
getter/setter pair
userEnteredFormat ↔ CellFormat?
The format the user entered for the cell.
getter/setter pair
userEnteredValue ↔ ExtendedValue?
The value the user entered in the cell.
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