add_linked_picture method
add_linked_picture(self, top_row, left_column, height, width, source_full_name)
Add a linked picture.
Returns
Picture Picture object.
def add_linked_picture(self, top_row, left_column, height, width, source_full_name):
...
| Parameter | Type | Description |
|---|---|---|
| top_row | int | Upper left row index. |
| left_column | int | Upper left column index. |
| height | int | The height of the shape. In unit of pixels |
| width | int | The width of the shape. In unit of pixels |
| source_full_name | System.String | The path and name of the source file for the linked image |
See Also
- module
aspose.cells.drawing - class
Picture - class
ShapeCollection