upper_left_column عقار
upper_left_column عقار
يمثل مؤشر العمود الموجود في الزاوية اليسرى العليا.
مثال
if shape.upper_left_column == 3:
    shape.upper_left_column = 1
تعريف:
@property
def upper_left_column(self):
    ...
@upper_left_column.setter
def upper_left_column(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة RectangleShape