in a button or other event you can enter:
foreach (DataGridViewRow row in dataGridView1.Rows) if (convert.toString(row.Cells[0].Value) == "ITM-000001") dataGridView1.Rows.RemoveAt(row.Index);