add_threaded_comment Methode
add_threaded_comment(self, cell_name, text, author)
Fügt einen Thread-Kommentar hinzu.
Kehrt zurück
ThreadedComment
Objektindex.
def add_threaded_comment(self, cell_name, text, author):
...
Parameter | Typ | Beschreibung |
---|---|---|
cell_name | str | Der Name der Zelle. |
text | str | Der Text des Kommentars |
author | ThreadedCommentAuthor | Der Benutzer dieses Thread-Kommentars. |
add_threaded_comment(self, row, column, text, author)
Fügt einen Thread-Kommentar hinzu.
Kehrt zurück
ThreadedComment
Objektindex.
def add_threaded_comment(self, row, column, text, author):
...
Parameter | Typ | Beschreibung |
---|---|---|
row | int | Cell Zeilenindex. |
column | int | Cell Spaltenindex. |
text | str | Der Text des Kommentars |
author | ThreadedCommentAuthor | Der Benutzer dieses Thread-Kommentars. |
Siehe auch
- Modul
aspose.cells
- Klasse
CommentCollection
- Klasse
ThreadedComment