Inserts n cells at (x,y) within full bounds (ansi ICH semantics).
n
void insertCell(int x, int y, int n, Cell? cell) => insertCellArea(x, y, n, cell, bounds());