threaded_comments propiedad
threaded_comments propiedad
Obtiene la lista de comentarios encadenados;
Ejemplo
threadedComments = comment1.threaded_comments
for i in range(len(threadedComments)):
tc = threadedComments[i]
note = tc.notes
Definición:
@property
def threaded_comments(self):
...
Ver también
- módulo
aspose.cells
- clase
Comment
- clase
ThreadedCommentCollection