VtRenderCellSnapshot cellAt({required int row, required int column}) { return rowAt(row).cellAt(column); }