threaded_comments proprietà
threaded_comments proprietà
Ottiene l’elenco dei commenti in thread;
Esempio
threadedComments = comment1.threaded_comments
for i in range(len(threadedComments)):
tc = threadedComments[i]
note = tc.notes
Definizione:
@property
def threaded_comments(self):
...
Guarda anche
- modulo
aspose.cells
- classe
Comment
- classe
ThreadedCommentCollection