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
- class GroupShape
- class SmartArtShape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells