Group

Shape.Group property

Ruft die Gruppenform ab, die diese Form enthält.

public GroupShape Group { get; }

Beispiele


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

Siehe auch