x property
x property
Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels.
Example
if shape.x == 3:
shape.x = 1
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
aspose.cells.drawing
- class
Label