add_threaded_comment méthode
add_threaded_comment(cell_name, text, author)
Ajoute un commentaire fileté.
Retour
ThreadedComment indice d’objet.
def add_threaded_comment(self, cell_name, text, author):
...
Paramètre | Taper | Description |
---|---|---|
cell_name | str | Le nom de la cellule. |
text | str | Le texte du commentaire |
author | ThreadedCommentAuthor | L’utilisateur de ce commentaire fileté. |
add_threaded_comment(row, column, text, author)
Ajoute un commentaire fileté.
Retour
ThreadedComment indice d’objet.
def add_threaded_comment(self, row, column, text, author):
...
Paramètre | Taper | Description |
---|---|---|
row | int | Cell index de ligne. |
column | int | Cell index de colonne. |
text | str | Le texte du commentaire |
author | ThreadedCommentAuthor | L’utilisateur de ce commentaire fileté. |
Voir également
- module aspose.cells
- classe CommentCollection
- classe ThreadedComment