csharp programiticall change selected index of databound datagridviewcombo box

Code Example - csharp programiticall change selected index of databound datagridviewcombo box

                
                        row.Cells[col.Name].Value = (row.Cells[col.Name] as DataGridViewComboBoxCell).Items[0];