Extract Row/Column

Extract row or column from the data table.

Extract the data column or data row from the specified data table.

Input

  • Input : DataTable Variable The DataTable variable to extract data row or data column.

  • Row Column Index : Object Argument 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

  • Output : Object Variable The variable that stores the output data row or data column.

Last updated