Overload | Description |
---|---|
AddShape(AutoShapeType,Double,Double,Double,Double) | Returns the IShape object that represents the new AutoShape in a worksheet. |
AddShape(AutoShapeType,IRange) | Returns the IShape object that represents the new AutoShape at 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 a worksheet. |
AddShape(String,AutoShapeType,IRange) | Returns the IShape object that represents the new AutoShape at the specified range on the current sheet. The sheet of targetRange and the sheet of the shape being added must be the same sheet. |