Check out example codes for "loop datagridview c#". It will help you in understanding the concepts better.
Code Example 1
foreach (DataGridViewRow row in datagridviews.Rows)
{
currQty += row.Cells["qty"].Value;
//More code here
}
Learn ReactJs, React Native from akashmittal.com