My question sounds pretty weird, but my problem is that I don’t know how to get a selected cell’s row’s FIRST cell’s value.
For example:
column1 column2 column3
item1 item2 item3
Let’s say I select item2, now how could I get item1’s value?
Thanks!
I assume you’re using a DataGridView? If so, look at the
DataGridView.SelectedRow.Cells[0].