1: 2: 3:
Dim newColumn As New DataGridViewComboBoxColumn newColumn.HeaderText = "New Column" DataGridView1.Columns.Add(newColumn)