Shape.Group

Shape.Group property

Gets the group shape which contains this shape.

public GroupShape Group { get; }

Examples


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

See Also