Loop melalui setiap sel di DGV VBNET
For Each Row As DataGridViewRow In Me.MyDataGridView.Rows
For i = 0 To Row.Cells.Count - 1
Next
Next
Salty Joe
For Each Row As DataGridViewRow In Me.MyDataGridView.Rows
For i = 0 To Row.Cells.Count - 1
Next
Next