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