Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addCameraPicture Method / addCameraPicture(String,IRange) Method
The range of the picture generated from
The target range of the current sheet.
In This Topic
    addCameraPicture(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( 
       java.lang.String reference,
       IRange range
    )

    Parameters

    reference
    The range of the picture generated from
    range
    The target range of the current sheet.

    Return Value

    The IShape object.
    See Also