Visual Studio Code – VB.NET and DataGridView: how read a specific Cell value
I have a DataGridView of 3 columns and 3 rows (it's just an example). I would like to read only the value of a specific cell (in this example 2x2). How do you do this? I try this code but…