ShapeCollection.AddOleObjectWithLinkedImage
ShapeCollection.AddOleObjectWithLinkedImage method
Add a linked picture.
public OleObject AddOleObjectWithLinkedImage(int upperLeftRow, int upperLeftColumn, int height,
int width, string sourceFullName)
Parameter | Type | Description |
---|---|---|
upperLeftRow | Int32 | Upper left row index. |
upperLeftColumn | Int32 | Upper left column index. |
height | Int32 | The height of the shape. In unit of pixels |
width | Int32 | The width of the shape. In unit of pixels |
sourceFullName | String | The path and name of the source file for the linked image |
Return Value
Picture
Picture object.
See Also
- class OleObject
- class ShapeCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells