Group

Shape.Group property

获取包含此形状的组形状。

public GroupShape Group { get; }

例子


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

也可以看看