Any way to foreach loop rows in a data table?

After you have created an array of table row keys or names (whatever it calls them), then you can have an index integer variable to keep track of which row you want to access next. Increment it every time you access a row, and then next time it will access the next name in the list, which you then use to access the data table row that name/key/whatever indicates.