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