Contents

selectedRow(inColumn:)

Returns the row index of the selected cell in the specified column.

Declaration

func selectedRow(inColumn column: Int) -> Int

Parameters

  • column:

    The column index specifying the column for which to return the selected row.

Return Value

The row index of the selected cell in the specified column. Returns -1 if there is no selection.

See Also

Related Documentation

Managing Selection