Get the Row's Cells from the Table
Retrieve the cell of an Excel sheet.
Input Concepts
Concept
Description
Type
Required
table
The reference to the Excel table.
excel table reference
Yes
row
The reference to the Excel row.
excel row reference
Yes
Output Concepts
Concept
Description
Type
row's cells
The list of Excel cells in the table row.
excel cell reference
Examples
Retrieve the cells of an Excel table.
get the first table
use the above as the table
get the first row
use the above as the row
get the row's cells from the table
Last updated
Was this helpful?