Aspose::Cells::Drawing::Shape::GetResultOfSmartArt method
Shape::GetResultOfSmartArt method
Converting smart art to grouped shapes.
GroupShape Aspose::Cells::Drawing::Shape::GetResultOfSmartArt()
Examples
if (shape.IsSmartArt())
{
GroupShape groupShape = shape.GetResultOfSmartArt();
}
See Also
- Class GroupShape
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++