you can use
and
or
to retrieve the value from a specified row and column
Code:
DataTable.SetCurrentRow(RowNumber)'this will set the rowCode:
DataTable.Value(ParameterID [, SheetID])or
Code:
DataTable(ParameterID [, SheetID])
