以下为我工作,它完全检查了复选框:)
foreach (DataGridViewRow row in dgvDataGridView.Rows) { ((DataGridViewCheckBoxCell)row.Cells[0]).Value = true; }