There is a DataGridView name dgv_Actions that has a DataGridViewTextBoxCell named dgvActions_Name and a DataGridViewCheckBoxCell named dgvActions_Selected.
The above is an example from a opensource app that I am working on that is on codeplex. NET application by enumerating the DataGridView.Rows collection and for each DataGridViewRow look at the column you want by name.įor (int i=0 i