placement property

placement property

Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet.

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.placement property. This property will be removed 12 months later since January 2026. Aspose apologizes for any inconvenience you may have experienced.

Example

from aspose.cells.drawing import PlacementType

slicer.placement = PlacementType.FREE_FLOATING

Definition:

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

See Also