GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Conversión de arte inteligente en formas agrupadas.

public override GroupShape GetResultOfSmartArt()

Ejemplos


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //Haz lo que quieras
}

Ver también