How to get a specific cell of a DataGridView
Hello,
I have a dataGridView with 3 columns and a button in each
row. When user clicks on the button a row x i want to get the value of
cell (row=x,column=1) and save it in a string.
Any suggestions?
Thank you in advance.