M
Michel Walsh
Someone has an example, C#, about how to set the cell(int row, int col) as
the current cell for a DataGridView. The example, in the help file, about
DataGrid.CurrentCell Property (Set)
myGrid.CurrentCell = new DataGridCell(1,1);
does not work, fro a DataGridView, since we cannot create a DataGridView
Cell while specifying only its row and column.
Vanderghast, Access MVP
the current cell for a DataGridView. The example, in the help file, about
DataGrid.CurrentCell Property (Set)
myGrid.CurrentCell = new DataGridCell(1,1);
does not work, fro a DataGridView, since we cannot create a DataGridView
Cell while specifying only its row and column.
Vanderghast, Access MVP