Contents

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.

See Also

Related Documentation

Managing Selection