selectRow(_:inColumn:)
Selects the cell at the specified row and column index.
Declaration
func selectRow(_ row: Int, inColumn column: Int)Parameters
- row:
The row index of the cell to select.
- column:
The column index of the cell to select.
Selects the cell at the specified row and column index.
func selectRow(_ row: Int, inColumn column: Int)The row index of the cell to select.
The column index of the cell to select.