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