4
Answers

how to clearify datagridview rows

ahmed fahd

ahmed fahd

12y
1.3k
1
i want to delete cells values not keep only the header and empty row
 i tried
DataGridView1.rows.clear
but gives me error of
Cannot clear this list.

Answers (4)