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
- Enum AutoShapeType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++