Cell class

Representation of a Cell.

Implemented types

Properties

column int
final
hashCode int
The hash code for this object.
no setterinherited
label String
Returns position of a cell in A1 notation.
getter/setter pair
row int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair
worksheetTitle String
no setter

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(dynamic value) Future<bool>
Updates value of a cell.
refresh() Future<bool>
Refreshes value of a cell.
toString() String
A string representation of this object.
override

Operators

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