AddCameraPicture(String,String,IRange) Method
In This Topic
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.
Syntax
IShape AddCameraPicture(
System.string ,
System.string ,
IRange
)
Parameters
- reference
- The range of the picture generated from
- name
- The picture name
- targetRange
- The target range of the current sheet.
Return Value
See Also