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):
    ...
ParameterTypeDescription
top_rowintUpper left row index.
left_columnintUpper left column index.
heightintThe height of the shape. In unit of pixels
widthintThe width of the shape. In unit of pixels
source_full_nameSystem.StringThe path and name of the source file for the linked image

See Also