0

I already know proper row index and column index, but I don't know how to get value of intersection of these two.

zelstan
  • 1
  • 1
  • 5

1 Answers1

-5

how about this one :
yourDataGrid[yourDataGrid.CurrentCell.RowNumber, whateverColumnIndex];

Christian Specht
  • 35,843
  • 15
  • 128
  • 182
user979014
  • 63
  • 1
  • 5