Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addPicture Method
In This Topic
    addPicture Method
    In This Topic
    Creates a picture from an existing file. Returns the IShape objectthat represents the new picture.
    Overload List
    OverloadDescription
    Creates a picture from an existing file. Returns the IShape objectthat represents the new picture.  
    Creates a picture from an existing file at 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.

     
    Creates a picture from an existing file. Returns the IShape objectthat represents the new picture.  
    Creates a picture from an existing file at 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.

     
    Creates a picture from an existing stream. Returns the IShape objectthat represents the new picture.  
    Creates a picture from an existing stream at 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.

     
    Creates a picture from an existing stream. Returns the IShape objectthat represents the new picture.  
    Creates a picture from an existing stream at 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 object that represents the new picture.

     
    See Also