selectedRow(inColumn:)
Returns the row index of the selected cell in the specified column.
Declaration
func selectedRow(inColumn column: Int) -> IntParameters
- 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.