ShapeCollection.Group

ShapeCollection.Group method

Group the shapes.

public Shape Group(Shape[] groupItems)
ParameterTypeDescription
groupItemsShape[]the group items.

Return Value

Return the group shape.

Remarks

The shape in the groupItems should not be grouped. The shape must be in this Shapes collection.

See Also