Running total per column in datagrid
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
I would like to total one of the datagrid row columns cells based on a code in another column cell in the same row. Can anybody help ???
silver-gray
-
I would like to total one of the datagrid row columns cells based on a code in another column cell in the same row. Can anybody help ???
silver-gray
grid.rowcount()
nothing is impossible.....
-
grid.rowcount()
nothing is impossible.....
I could be wrong, but I think that your answer will only count the number of rows in a datagrid. By running total, I mean total the value of a cell based on a value of another cell(column) in the row.
silver-gray