is_group property
is_group property
Indicates whether this shape is a group shape.
Example
if shape.is_group:
pass
Definition:
@property
def is_group(self):
...
See Also
- module
aspose.cells.drawing
- class
OleObject
Indicates whether this shape is a group shape.
if shape.is_group:
pass
@property
def is_group(self):
...
aspose.cells.drawing
OleObject