Hi.
I have a DataGrid filled with data.
After doubleclicking a row, how can I send to a variable the cell(rowcell, 2) content?
Thank you
Printable View
Hi.
I have a DataGrid filled with data.
After doubleclicking a row, how can I send to a variable the cell(rowcell, 2) content?
Thank you
x = DataGridView1.Rows(e.RowIndex).Cells(0).Value