This is probably a really simple thing, but I cant seem to find the right c# commands
I created a Table which has 10 Rows. I like to fill a few of them and then remove the rows left unfilled.
No matter where i try to remove rows its always telling me something like "Table has 1 Row and 2 are expected"
Same problem with adding rows "Table has 3 Rows and 2 are expected"
Any idea how this can be solved?
I created a Table which has 10 Rows. I like to fill a few of them and then remove the rows left unfilled.
No matter where i try to remove rows its always telling me something like "Table has 1 Row and 2 are expected"
Same problem with adding rows "Table has 3 Rows and 2 are expected"
Any idea how this can be solved?