SyntaxFix
Write A Post
Hire A Developer
Questions
To test if the column is checked or not:
for (int i = 0; i < dgvName.Rows.Count; i++) { if ((bool)dgvName.Rows[i].Cells[8].Value) { // Column is checked } }