Aspose::Cells::Drawing::Shape::GetPlacement method

Shape::GetPlacement method

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

PlacementType Aspose::Cells::Drawing::Shape::GetPlacement()

Examples

if (shape.GetPlacement() == PlacementType::Move)
    shape.SetPlacement(PlacementType::MoveAndSize);

See Also