int cellGetContent(int index) { if (index >= _maxCols) return 0; return _cells[index * _cellSize + _cellContent]; }