Aspose::Cells::Drawing::SmartArtShape::GetResultOfSmartArt method
SmartArtShape::GetResultOfSmartArt method
Converting smart art to grouped shapes.
GroupShape Aspose::Cells::Drawing::SmartArtShape::GetResultOfSmartArt()
Examples
GroupShape groupShape = shape.GetResultOfSmartArt();
if (!groupShape.IsNull())
{
//do what you want
}
See Also
- Class GroupShape
- Class SmartArtShape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++