isEmpty()
Returns true
if the cell found at (row, col)
is empty and false otherwise
. Only cells defined as null
are considered empty.
isEmpty(row, col)
row | Number: col number of the cell to be read [0..height] |
col | Number: row number of the cell to be read [0..width] |