Group
Shape.Group property
获取包含此形状的组形状。
public GroupShape Group { get; }
例子
[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.Group;
也可以看看
- class GroupShape
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取包含此形状的组形状。
public GroupShape Group { get; }
[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.Group;