N
Nikolay Petrov
How to find a row number in a datatable?
I know how to iterate through rows in table using:
dim row as system.data.datarow
for each row in DataSet1.tables(table_index).rows
'statemens
next
But i want to find the row number which my statement currenlty is working
on.
TIA
I know how to iterate through rows in table using:
dim row as system.data.datarow
for each row in DataSet1.tables(table_index).rows
'statemens
next
But i want to find the row number which my statement currenlty is working
on.
TIA