Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addCameraPicture Method / addCameraPicture(String,double,double) Method
The range of the picture generated from
The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.
The position (in points) of the upper-left cornerof the picture relative to the top of the document.
In This Topic
    addCameraPicture(String,double,double) Method
    In This Topic
    Creates a picture from reference range. Returns the IShape object that represents the new picture.
    Syntax
    IShape addCameraPicture( 
       java.lang.String reference,
       double left,
       double top
    )

    Parameters

    reference
    The range of the picture generated from
    left
    The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.
    top
    The position (in points) of the upper-left cornerof the picture relative to the top of the document.

    Return Value

    The IShape object.
    See Also