Skip to content

get

function get(column, index): Column;

Defined in: functions/collection.ts:125

Returns the element at the given (0-based) index in the array.

Parameter Type
column ColOrName
index number

Column