How would I clear a DataGridView from all its contents? I've tried a Clear() on the rows, but this doesn't do anything at all. This is my code:
Ranorex.Table myTable = repo.Form.TestGrid;
myTable.Rows.Clear();
Thanks!
Users browsing this forum: No registered users and 1 guest