Overload | Description |
---|---|
AddPicture(String,Double,Double,Double,Double) | Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
AddPicture(String,IRange) | Creates a picture from an existing file 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. Returns the IShape object that represents the new picture. |
AddPicture(String,String,Double,Double,Double,Double) | Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
AddPicture(String,String,IRange) | Creates a picture from an existing file 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. Returns the IShape object that represents the new picture. |
AddPicture(Stream,ImageType,Double,Double,Double,Double) | Creates a picture from an existing stream. Returns the IShape object that represents the new picture. |
AddPicture(Stream,ImageType,IRange) | Creates a picture from an existing stream 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. Returns the IShape object that represents the new picture. |
AddPicture(String,Stream,ImageType,Double,Double,Double,Double) | Creates a picture from an existing stream. Returns the IShape object that represents the new picture. |
AddPicture(String,Stream,ImageType,IRange) | Creates a picture from an existing stream 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. Returns the IShape object that represents the new picture. |