Overload | Description |
---|---|
AddCameraPicture(String,Double,Double) | Creates a picture from reference range.Returns the IShape object that represents the new picture. |
AddCameraPicture(String,Double,Double,Double,Double) | Creates a picture from reference range.Returns the IShape object that represents the new picture. |
AddCameraPicture(String,IRange) | Creates a picture from reference range to the target 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. |
AddCameraPicture(String,String,Double,Double) | Creates a picture from reference range.Returns the IShape object that represents the new picture. |
AddCameraPicture(String,String,Double,Double,Double,Double) | Creates a picture from reference range.Returns the IShape object that represents the new picture. |
AddCameraPicture(String,String,IRange) | Creates a picture from reference range to 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. |