Skip to main content

getTableColumn

Get columns from a table.

Parameter

An object with the following keys:

KeyTypeDescription
namestringTable name.
columnstring or numberThe column to return, specified by either the header, or the column index.
indexnumberOptional first row index, where the first row has index zero. Default is zero.
countnumberOptional number of rows to return. Default is all rows.

Returns

An array of cell values as strings. The cell from the header is not included.