isArray()
#
Returns true
if the cell found at (row, col)
is an array and false
otherwise.
Example #
Syntax #
isArray(row, col)
Parameters #
param | description |
---|---|
row | Number: col number of the cell to be read [0..height] |
col | Number: row number of the cell to be read [0..width] |