is the column in this range
bool hasColumn(int column) { final (fromC, toC) = (from.column ?? 0, to.column ?? A1.maxColumns); return column >= fromC && column <= toC; }