Contents

selectedRow

The row number of the selected cell.

Declaration

var selectedRow: Int { get }

Discussion

When the value of this property is –1, no cells are selected. If cells in multiple rows are selected, the value of this property is the number of the last row containing a selected cell.

See Also

Finding Cells