Skip to content

slice

function slice(
column,
start,
length): Column;

Defined in: functions/collection.ts:125

Returns a portion of the array starting at the given index with the given length.

ParameterType
columnColOrName
startnumber
lengthnumber

Column