I have a datagridview dgvList.. Then I want to get the cell value of a particular row and column, without using the selectedRows property.
ie:
myvalue = dgvList[2nd row][1st column];
Try This
myvalue =dgvList.Rows[rowindex].Cells[columnindex].Value.ToString();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With