Whether this change applies to the cell at rowId / columnId.
rowId
columnId
bool affectsCell(double rowId, int columnId) => this.rowId == rowId && this.columnId == columnId;