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