Prev ShapesNum |
ExcelExplorer Manual |
Next EEColumn class |
 |
(ExcelExplorer 4.1)
Get EEShape object for the specified shape.
false EEShape Shape( integer $index )
Parameters
- integer $index
- Zero-based shape index (0 - first shape, 1 - second, and so on). Also used for shape ordering (0 - bottom layer, last used index - top layer).
Description
Returns EEShape object for the specified shape.
Returns FALSE if no shape with specified index found.
It also returns FALSE if file have been explored with option read_shape set to FALSE.
So before using any methods of EEShape object you should always check if this function returns valid object.
Shapes used to image positioning within worksheet.
It contains info about image coordinates and dimensions, what image used, etc.
See more info at EEShape class description.
|