for (int i = 0; i < dgvGrid.Rows.Count; i++) { if (Convert.ToBoolean(dgvGrid["IsSelect", i].Value)) { …… } }