Get Data Row Values
Get row values from data table.
Last updated
Get row values from data table.
Last updated
Get row values using specified row index from the data table and store them into a list variable.
Input : DataTable Variable
The Data Table to get row values.
Row Index : Object Argument
The index of the row to get values.
Row Values : List Object Variable
Stores the row values in a specified List variable.