J
Jeff
..NET 2.0
In a foreach statement in the code I want to loop through all the rows in a
DataGridView controller I have on a form.
I've tryed this (which won't work)
foreach (DataGridViewRowCollection.Rows row in datagridview1) {
}
I have trouble with DataGridViewRowCollection.Rows.
DataGridViewRowCollection.Rows cannot be correct.. I know it has to be the
type of the row but not sure what type it is?
any suggestions?
Jeff
In a foreach statement in the code I want to loop through all the rows in a
DataGridView controller I have on a form.
I've tryed this (which won't work)
foreach (DataGridViewRowCollection.Rows row in datagridview1) {
}
I have trouble with DataGridViewRowCollection.Rows.
DataGridViewRowCollection.Rows cannot be correct.. I know it has to be the
type of the row but not sure what type it is?
any suggestions?
Jeff