Overload | Description |
---|---|
addShape(AutoShapeType,double,double,double,double) | Returns the IShape object that represents the new AutoShape in aworksheet. |
addShape(AutoShapeType,IRange) | Returns the IShape object that represents the new AutoShapeat the specified range on the current sheet.
The sheet of targetRange and the sheet of the shape being added must be the same sheet. |
addShape(String,AutoShapeType,double,double,double,double) | Returns the IShape object that represents the new AutoShape in aworksheet. |
addShape(String,AutoShapeType,IRange) | Returns the IShape object that represents the new AutoShapeat the specified range on the current sheet.
The sheet of targetRange and the sheet of the shape being added must be the same sheet. |