selectCell

fun selectCell(row: Int, col: Int)

Selects a cell at the specified row and column.

Parameters

row

The row index of the selected cell.

col

The column index of the selected cell.