Chapter 32. EEShape class
Class EEShape
(ExcelExplorer 4.1)
Shapes used to store information about image position, its dimensions, index.
Each worksheet can have its own list of the shapes.
Used in conjunction with EEImage class.
Object of this class returned by
EEWorksheet::Shape - Get EEShape object for the specified shape
Methods
Index - Returns shape index
ImageIndex - Get image index used in the shape
LeftOffset - Returns offset position of left shape border within a sheet
StartColumn - Returns column index that contains left border of the shape
ColumnOffset - Returns offset position of the left shape border within starting column
TopOffset - Returns offset position of top shape border within a sheet
StartRow - Returns row index that contains top border of the shape
RowOffset - Returns offset position of the top shape border within starting row
Width - Returns shape width
Height - Returns shape height
|