willUpdate abstract method
The observed cell will change its value.
This method is called when the value of an ancestor of cell
has been
changed however the value of cell
has not been recomputed.
cell.value
still holds the cell's previous value.
Implementation
void willUpdate(ValueCell cell);