Group

Shape.Group property

Ottiene la forma del gruppo che contiene questa forma.

public GroupShape Group { get; }

Esempi


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

Guarda anche