Suppose that "Path" is the name of column that show the file path, you can read the value of that particular cell in the current row like this
Code:Dim filePath As String = DataGridView1.CurrentRow.Cells("Path").Value.ToString()
|
Results 1 to 3 of 3
Hybrid View
|
Click Here to Expand Forum to Full Width |