isString(row, col)

Returns true if the cell found at (row, col) is a string and false otherwise.

Syntax #

isString(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.isString(value), which takes a value instead of a cell position.