CellReferenceTracker class
Track references to Cells from others Cells as they are added, moved, removed
Constructors
Properties
Methods
-
addReferenceToCell(
A1 reference, A1 cell) → void -
Add an
A1
reference from theA1
cell -
clear(
) → dynamic - clear all references
-
moveReferencesForCell(
A1 origin, A1 destination) → void -
Move an
A1
reference from theA1
origin to theA1
destination -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeReferenceToCell(
A1 reference, A1 cell) → void -
Remove the reference from
A1
cell toA1
reference -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
A1 a1) → Set< A1> ?