Prev FormatsList |
ExcelExplorer Manual |
Next ImagesList |
 |
(ExcelExplorer 4.1)
Get EEImage object for the image with specified index.
false EEImage Image( integer $index )
Parameters
- integer $index
- Image index.
Description
Returns EEImage object containing info about image (type, image data) with specified index.
The same image can be used in the several worksheets.
Its position and dimensions within worksheet can be obtained using EEWorksheet->Shape() method.
This method can returns FALSE if image with specified index not found.
It also returns FALSE if file have been explored with read_filter set without EE_READ_IMAGES.
So before using any methods of EEImage object you should always check if this function returns valid object.
|