You can do something like this:
Code:
For startRow=1 to 2
DataTable.GlobalSheet.SetCurrentRow(startRow)
'Rest of your code here
Next