insert_group_shape method

insert_group_shape

Creates a new empty group shape and inserts it to the shape collection at the specified index. The group’s frame will automatically adjust to fit any shapes added to it.

Returns

The newly created IGroupShape.

def insert_group_shape(self, index):
    ...
ParameterTypeDescription
indexintThe zero-based index at which to insert the group shape.

See Also