Contents

selectedRow

The index of the last selected row (or the last row added to the selection).

Declaration

var selectedRow: Int { get }

Discussion

When multiple rows are selected, this property contains only the index of the last one in the selection. If no row is selected, the value of this property is -1.

See Also

Selecting Columns and Rows