DROP
Description
Returns a subset of the specified array, excluding the specified number of rows or columns
from the start or end of the array.
Syntax
DROP(
array
, rows
,
[columns
]) - array: The array to drop rows or columns from.
- rows: The number of rows to drop. If you specify a negative value, the function drops rows from the end of the array.
- columns: The number of columns to drop. If you specify a negative value, the function drops columns from the end of the array.