parent_group property

parent_group property

Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape.

Remarks

Property Shape.is_grouped determines whether the shape is grouped.

Definition:

@property
def parent_group(self):
    ...

See Also