Skip to content

Read Column

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

Properties

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