Skip to content

Read Row

Reads a row of cells from a worksheet and returns the values as an array.

Properties

NameDescriptionRequired
Max CellsMaximum number of cells to read from the row. If left blank, or set to zero or less, all cells are read.
ResultArray of values read from the row.
Sheet NameName of the worksheet to read from.☑️
Starting CellCell address (in range format, e.g.: A1) that defines the row to start reading.☑️