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.}
转载于:https://www.cnblogs.com/yongfeiuall/archive/2013/02/26/4134168.html