y property

y property

The y-coordinate of the attachment frame in points, measured from the worksheet top border.

Definition:

@property
def y(self):
    ...
@y.setter
def y(self, value):
    ...

See Also