add_threaded_comment yöntemi
add_threaded_comment(self, cell_name, text, author)
Konuya yorum ekler.
İadeler
ThreadedComment nesne dizini.
def add_threaded_comment(self, cell_name, text, author):
...
| Parametre | Tip | Tanım |
|---|---|---|
| cell_name | str | Hücrenin adı. |
| text | str | Yorumun metni |
| author | ThreadedCommentAuthor | Bu yorum dizisinin kullanıcısı. |
add_threaded_comment(self, row, column, text, author)
Konuya yorum ekler.
İadeler
ThreadedComment nesne dizini.
def add_threaded_comment(self, row, column, text, author):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row | int | Cell satır dizini. |
| column | int | Cell sütun dizini. |
| text | str | Yorumun metni |
| author | ThreadedCommentAuthor | Bu yorum dizisinin kullanıcısı. |
Ayrıca bakınız
- modül
aspose.cells - sınıf
CommentCollection - sınıf
ThreadedComment