Aspose::Cells::Drawing::Shape::GetAutoShapeType method

Shape::GetAutoShapeType method

Gets and sets the auto shape type.

AutoShapeType Aspose::Cells::Drawing::Shape::GetAutoShapeType()

Examples

if (shape.GetAutoShapeType() == AutoShapeType::Unknown)
    shape.SetAutoShapeType(AutoShapeType::Rectangle);

See Also