SyntaxFix
Write A Post
Hire A Developer
Questions
For Each row As DataGridViewRow In yourDGV.SelectedRows yourDGV.Rows.Remove(row) Next
This will delete all rows that had been selected.