get
function get(column, index): Column;Defined in: functions/collection.ts:125
Returns the element at the given (0-based) index in the array.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
index |
number |
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 |