Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapes Interface / AddCameraPicture Method / AddCameraPicture(String,String,Double,Double) Method
The range of the picture generated from
The picture name
The position (in points) of the upper-left corner of the picture relative to the upper-left corner of the document.
The position (in points) of the upper-left corner of the picture relative to the top of the document.
In This Topic
    AddCameraPicture(String,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( 
       System.string reference,
       System.string name,
       System.double left,
       System.double top
    )

    Parameters

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

    Return Value

    The IShapeThe object.
    See Also