|
VS DataGridView.Columns [1] .Visible = false;
After binding the DataGridView, while inputting content on the bottom empty row (ie, a new row), how to automatically assign values to Columns [1] of this row through code.
I don't know how to locate that cell.
What if I create multiple rows? |
|