G
Guest
I setup a data grid and figured out that I could select a value by doing the following
DataGrid1.Item(0, 0
However, I don't want to have to specify the cell location. I want the user to be able to select the cell location and get the appropriate value. Does anyone know how to dynamically get the row/cell value?
DataGrid1.Item(0, 0
However, I don't want to have to specify the cell location. I want the user to be able to select the cell location and get the appropriate value. Does anyone know how to dynamically get the row/cell value?