طريقة align_top_right_corner
align_top_right_corner(self, top_row, right_column)
نقل الصورة إلى الزاوية اليمنى العليا.
def align_top_right_corner(self, top_row, right_column):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| top_row | int | مؤشر الصف. | 
| right_column | int | فهرس العمود. | 
مثال
shape.align_top_right_corner(2, 5)
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة ComboBox