Extract row or column from the data table.
Extract the data column or data row from the specified data table.
Input : DataTable Variable The DataTable variable to extract data row or data column.
DataTable Variable
DataTable
Row Column Index : Object Argument The index of the data column or data row to be extracted.
Object Argument
Type :
Column - Extract the data column from the data table.
Row - Extract the data row from the data table.
Output : Object Variable The variable that stores the output data row or data column.
Object Variable
Last updated 3 years ago