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):
    ...
ParameterTypBeschreibung
cell_namestrDer Name der Zelle.
textstrDer Text des Kommentars
authorThreadedCommentAuthorDer 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):
    ...
ParameterTypBeschreibung
rowintCell Zeilenindex.
columnintCell Spaltenindex.
textstrDer Text des Kommentars
authorThreadedCommentAuthorDer Benutzer dieses Thread-Kommentars.

Siehe auch