Group

Shape.Group property

Hämtar gruppformen som innehåller denna form.

public GroupShape Group { get; }

Exempel


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

Se även