Group

Shape.Group property

Obtiene la figura del grupo que contiene esta figura.

public GroupShape Group { get; }

Ejemplos


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.Group;

Ver también