For each objRow as DataGridViewRow in objMyGrid.SelectedRows
objRow.Remove()
NextHow to delete multiple selected rows in a Data Grid View in vb.net?
Update: Just had to do this myself today and found a much quicker method using one line:
MyDataGridViewObject.Rows.Cl鈥?
Report Abuse
No comments:
Post a Comment