void clearCell(int r, int c) { final col = columns[c]; if (col.isReadOnly) return; writeCell(r, c, ''); }