threaded_comments propriété
threaded_comments propriété
Obtient la liste des commentaires en fil de discussion ;
Exemple
threadedComments = comment1.threaded_comments
for i in range(len(threadedComments)):
    tc = threadedComments[i]
    note = tc.notes
Définition:
@property
def threaded_comments(self):
    ...
Voir également
- module aspose.cells
- classe Comment
- classe ThreadedCommentCollection