Aspose::Cells::Drawing::Shape::GetAnchorType method

Shape::GetAnchorType method

Gets and set the type of the shape anchor placeholder.

ShapeAnchorType Aspose::Cells::Drawing::Shape::GetAnchorType()

Examples

if (shape.GetAnchorType() == ShapeAnchorType::OneCellAnchor)
    shape.SetAnchorType(ShapeAnchorType::TwoCellAnchor);

See Also