is_group propiedad
is_group propiedad
Indica si la forma es un grupo.
Ejemplo
if shape.is_group:
pass
Definición:
@property
def is_group(self):
...
Ver también
- módulo
aspose.cells.drawing
- clase
DialogBox
Indica si la forma es un grupo.
if shape.is_group:
pass
@property
def is_group(self):
...
aspose.cells.drawing
DialogBox