this is how you gonna do that.. yes it is sometimes learning using tutorial book makes us boring.. so this tutorial is how to make it simple but very useful in understanding Tutorial To Download
For Each row As DataGridViewRow In DgvDETECTIONTESTINPUT.Rows Dim CmbBoxSize As DataGridViewComboBoxCell = CType((row.Cells(0)), DataGridViewComboBoxCell) CmbBoxSize.Items.Add(MejaData(row.Index)(1)) CmbBoxSize.Value = MejaData(row.Index)(1) Next