Get row values from data table.
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.
DataTable Variable
Row Index : Object Argument The index of the row to get values.
Object Argument
Row Values : List Object Variable Stores the row values in a specified List variable.
List Object Variable
Last updated 3 years ago