I have a datagrid called DataGridView1, column A contains the name, column B contains the path to the file. How to run code for each line? What is the correct terminology for moving data along this path?
An example of what I need:
For each row in DataGridView1 MessageBox.Show DataGridView1.ColumnA.text & "," & DataGridView1.ColumnB.text
thanks
Nasira
source share