Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 582 Bytes

is_array.md

File metadata and controls

20 lines (14 loc) · 582 Bytes
weight draft title
13
false
isArray(row, col)

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]]({{< ref "height" >}})
col Number: row number of the cell to be read [[0..width]]({{< ref "width" >}})