isObject(row, col)

Returns true if the cell at (row, col) contains a value that qualifies as an object, excluding specific types such as colors, images, arrays, or functions, and false otherwise.

Syntax

isObject(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]