79284027

Date: 2024-12-16 08:30:34
Score: 1
Natty:
Report link

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);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ramin Morsali