Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapes Interface / AddPicture Method
In This Topic
    AddPicture Method (IShapes)
    In This Topic
    Creates a picture from an existing file. Returns the IShape object that represents the new picture.
    Overload List
    OverloadDescription
    Creates a picture from an existing file. Returns the IShape object that 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 object that 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 object that 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 object that 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.  
    See Also