threaded_comments fastighet
threaded_comments fastighet
Hämtar listan över trådade kommentarer;
Exempel
threadedComments = comment1.threaded_comments
for i in range(len(threadedComments)):
    tc = threadedComments[i]
    note = tc.notes
Definition:
@property
def threaded_comments(self):
    ...
Se även
- modul aspose.cells
- klass Comment
- klass ThreadedCommentCollection