Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 621 Bytes

is_filled.md

File metadata and controls

18 lines (13 loc) · 621 Bytes
weight draft title
8
false
isFilled(row, col)

Returns true if the cell found at (row, col) is filled and false otherwise. Cells not defined as null are considered filled.

Syntax

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