Returns the index of the row of the selected cell.
Syntax: SelectedRow
Example:
Msgbox (Table1.Cell (Table1.SelectedCol, Table1.SelectedRow))

Shows the value of the selected cell.