24-01-20, 05:28 PM
جرب هذا الكود
PHP كود :
For i = DataGridView1.Rows.Count - 1 To 0 Step -1
If DataGridView1.Rows(i).Cells(0).Value = True Then
DataGridView1.Rows.RemoveAt(i)
End If
Next

