MartinCroft
Programmer
Hi
I have a datatable which has 18 columns and 5 rows, I need to access a particulair row and
column and get the value for that column. I can loop through using
For Each drow In dt.Rows
and see all the columns and the values i could add a counter
i=+1 so i know when I am at a particulair column but I am assumming there must be an easier way
to do this i thought drow.itemarray(1,1) but i though wrong any suggestions
I have a datatable which has 18 columns and 5 rows, I need to access a particulair row and
column and get the value for that column. I can loop through using
For Each drow In dt.Rows
and see all the columns and the values i could add a counter
i=+1 so i know when I am at a particulair column but I am assumming there must be an easier way
to do this i thought drow.itemarray(1,1) but i though wrong any suggestions