I am trying to loop thew a datagridview and get the data of each row to a arraylist how would i go of getting the data from each row
I am using
foreach (DataGridViewRo w row in dataGridView2.R ows)
{
???????
}
I am using
foreach (DataGridViewRo w row in dataGridView2.R ows)
{
???????
}
Comment