DataGridView中的CheckBox 1、获取选中行,进一步获取内容 forech... DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dgv_zy.Rows[i].Cells["cb_check"]; Boolean flag = Convert.