Data class

Properties

cellIndex → CellIndex
returns the string based cellId as A1, A2 or Z5
no setter
cellStyle ↔ CellStyle?
returns the user-defined CellStyle
getter/setter pair
columnIndex → int
returns the column Index
no setter
hashCode → int
The hash code for this object.
no setterinherited
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
rowIndex → int
returns the row Index
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sheetName → String
returns the sheet-name
no setter
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
value ↔ CellValue?
returns the value stored in this cell;
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFormula(String formula) → void
Helps to set the formula
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

newData(Sheet sheet, int row, int column) → Data
returns the newData object when called from Sheet Class