ARRAY.RESIZE function

This article describes the formula syntax of the ARRAY.RESIZE function.

Description

Resize an array.

Syntax

ARRAY.RESIZE(array, rows, columns)

array is an array or handle to an array.
rows is the number of rows.
columns is the number of columns.

Resize array to rows and columns. If array is a handle this function resizes the in-memory array and returns its handle, otherwise the resized array is returned.