Is Filled

isFilled() #

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 #

paramdescription
rowNumber: col number of the cell to be read [0..height]
colNumber: row number of the cell to be read [0..width]