Is Image

isImage() #

Returns true if the cell found at (row, col) is an image or graphics and false otherwise.

Example #

The isImage() method is exemplified in read(row, col).

Syntax #

isImage(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]