Index at a specific row and column (may exceed itemCount).
int indexAt(int row, int col) => row * columns + col;