left_cm property
left_cm property
Represents the horizontal offset of shape from its left column, in unit of centimeters.
Example
if shape.left_cm == 3:
shape.left_cm = 1.0
Definition:
@property
def left_cm(self):
...
@left_cm.setter
def left_cm(self, value):
...
See Also
- module
aspose.cells.drawing
- class
DialogBox