Read-Only Property
(As Pair )
Returns the selected section and row via a Pair.
Sample Code
Var selection As Pair = Table1.SelectedRow
Var section, row As Integer
section = selection.Left
row = selection.Right
See Also
SelectionChanged event, SelectRow method.