is_threaded_comment propriété
is_threaded_comment propriété
Indique si ce commentaire est un commentaire fileté.
Exemple
if comment1.is_threaded_comment:
    pass
Définition:
@property
def is_threaded_comment(self):
    ...
Voir également
- module aspose.cells
- classe Comment