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#
| Param | Description |
|---|---|
row | Number: row index of the cell to be read ∈ [0..height] |
col | Number: column index of the cell to be read ∈ [0..width] |
Also available as the static methodQuadrille.isObject(value), which takes avalueinstead of a cell position.