Skip to content

get

function get(column, index): Column;

Defined in: functions/collection.ts:120

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

ParameterType
columnColOrName
indexnumber

Column