G
Geoff Jones
Hi
Suppose I have a loop such as:
For Each x As DataRowView In dataViewObj
' Some calculations go here
Next
Suppose we to access within the loop not only the current row but the next
one e.g. during the first loop x will be the first row, how can I access the
second row as well?
Thanks in advance
Geoff
Suppose I have a loop such as:
For Each x As DataRowView In dataViewObj
' Some calculations go here
Next
Suppose we to access within the loop not only the current row but the next
one e.g. during the first loop x will be the first row, how can I access the
second row as well?
Thanks in advance
Geoff