[]
Creates a new shape.
IShape AddShape(AutoShapeType type, double x, double y, double width, double height)
Function AddShape(type As AutoShapeType, x As Double, y As Double, width As Double, height As Double) As IShape
Type | Name | Description |
---|---|---|
AutoShapeType | type | Specifies the type of IShape to create. |
double | x | The initial horizontal position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet. |
double | y | The initial vertical position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet. |
double | width | The initial width, in pixels, of the shape. |
double | height | The initial height, in pixels, of the shape. |
Type | Description |
---|---|
IShape | The created IShape object. |