align_top_right_corner method
align_top_right_corner(self, top_row, right_column)
Moves the picture to the top-right corner.
def align_top_right_corner(self, top_row, right_column):
    ...
| Parameter | Type | Description | 
|---|---|---|
| top_row | int | the row index. | 
| right_column | int | the column index. | 
Example
shape.align_top_right_corner(2, 5)
See Also
- module aspose.cells.drawing
- class SmartArtShape