07-15-2010, 11:31 PM
Hi Brian,
Fyi, DataTable.SetCurrentRow(RowNumber) Sets the specified row as the current (active) row in the GlobalSheet of run-time DataTable .
In case of Localsheet then it should be in the below way:
Fyi, DataTable.SetCurrentRow(RowNumber) Sets the specified row as the current (active) row in the GlobalSheet of run-time DataTable .
In case of Localsheet then it should be in the below way:
Code:
Datatable.GetSheet("LocalSheetName").SetCurrentRow(RowNumber)