03-15-2024, 10:10 PM
Hey
the first one worked for me.
grid->Cell[row][col] ...
the first index is the row , the second the column, and grid->Cell[0][0] points to the first Data Cell.
You have to ignore any fixed Header Rows or Cols.
the first one worked for me.
grid->Cell[row][col] ...
the first index is the row , the second the column, and grid->Cell[0][0] points to the first Data Cell.
You have to ignore any fixed Header Rows or Cols.

