datagrid
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
How can i increment current cell by adding one to it. Its vb equivalent is grid.col = grid.col+1
-
How can i increment current cell by adding one to it. Its vb equivalent is grid.col = grid.col+1
What sort of container are you using ? A datagrid has a Columns collection, which is numerically indexed, and also by column name.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
What sort of container are you using ? A datagrid has a Columns collection, which is numerically indexed, and also by column name.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog