How can I get the nth value from the selected row in DataGridView in vb.net
apple |
15 |
Mango |
20 |
Banana |
10 |
Orange |
12 |
Now my selected row index is 2 and I want to get the value of the second row from selected row
That is orange - 12
I am selecting row using button on the form when I select I want know after mango which item will be coming after 2 items