isSymbol(row, col)

Returns true if the cell at (row, col) contains a symbol; otherwise, returns false.

Syntax

isSymbol(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]
ℹ️
Also available as the static method Quadrille.isSymbol(value), which takes a value instead of a cell position.