is_group proprietà
is_group proprietà
Indica se questa forma è una forma di gruppo.
Esempio
if shape.is_group:
    pass
Definizione:
@property
def is_group(self):
    ...
Guarda anche
- modulo aspose.cells.drawing
- classe Label
Indica se questa forma è una forma di gruppo.
if shape.is_group:
    pass
@property
def is_group(self):
    ...
aspose.cells.drawingLabel