Gets the index of the selected row, -1 (4Test: 0) is returned if no row is selected. The value is zero-based.
If multiple row selection is allowed, returns the index of the first selected row.
protected Integer SelectedRow { get; }
'Declaration
Protected Read Property SelectedRow As Integer
VB
Dim selectedRow As Integer = table.SelectedRow