01.for (int i = 0; i < dataGridView1.Rows.Count; i++)
02.{
03. if ((bool)dataGridView1.Rows[i].Cells[0].EditedFormattedValue==true)
04. {
05. //TODO
06. }
07.}
01.for (int i = 0; i < dataGridView1.Rows.Count; i++)
02.{
03. if ((bool)dataGridView1.Rows[i].Cells[0].EditedFormattedValue==true)
04. {
05. //TODO
06. }
07.}