Deletes n cells at (x,y) within full bounds (ansi DCH semantics).
n
void deleteCell(int x, int y, int n, Cell? cell) => deleteCellArea(x, y, n, cell, bounds());