upper_left_row property
upper_left_row property
Represents the top row index.
Remarks
If the shape is in the shape or in the group , UpperLeftRow will be ignored.
Example
if shape.upper_left_row == 3:
    shape.upper_left_row = 1
Definition:
@property
def upper_left_row(self):
    ...
@upper_left_row.setter
def upper_left_row(self, value):
    ...
See Also
- module 
aspose.cells.drawing - class 
Label