You can use the index property in for each activity and assign a variable now in your code use dt.Rows(indexvar+1)("AnyColumn") to get the next row
Make sure when the index value is one less than the count of rows you should not do the indexvar+1 as the number of rows are reached there wont be any next row