ShapeCollection.AddOleObjectWithLinkedImage

ShapeCollection.AddOleObjectWithLinkedImage method

Add a linked picture.

public OleObject AddOleObjectWithLinkedImage(int upperLeftRow, int upperLeftColumn, int height, 
    int width, string sourceFullName)
ParameterTypeDescription
upperLeftRowInt32Upper left row index.
upperLeftColumnInt32Upper left column index.
heightInt32The height of the shape. In unit of pixels
widthInt32The width of the shape. In unit of pixels
sourceFullNameStringThe path and name of the source file for the linked image

Return Value

Picture Picture object.

See Also