Prev Image |
ExcelExplorer Manual |
Next SummaryInformation |
 |
(ExcelExplorer 4.1)
Returns images array (array of EEImage objects) for all defined images.
array(EEImage) ImagesList( )
Parameters
- None
Description
Returns continuous array (array of EEImage objects) for all defined images.
Do not think about array keys as image indexes. To obtain image index use EEImage->Index() method.
Array always returned, however it can be empty if no images defined in Excel file.
Empty array will be returned if file have been explored with read_filter set without EE_READ_IMAGES.
|