isArray(row, col)

Returns true if the cell found at (row, col) is an array and false otherwise.

Syntax

isArray(row, col)

Parameters

ParamDescription
rowNumber: row index of the cell to be read [0..height]
colNumber: column index of the cell to be read [0..width]