align_top_right_corner method

align_top_right_corner

Moves the picture to the top-right corner.

def align_top_right_corner(self, top_row, right_column):
    ...
ParameterTypeDescription
top_rowintthe row index.
right_columnintthe column index.

Example


shape.align_top_right_corner(2, 5)

See Also