Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 573 Bytes

is_string.md

File metadata and controls

18 lines (13 loc) · 573 Bytes
weight draft title
11
false
isString(row, col)

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

Syntax

isString(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" >}})