add_threaded_comment yöntemi
add_threaded_comment(cell_name, text, author)
Zincirleme bir 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 | yorum metni |
author | ThreadedCommentAuthor | Bu zincirleme yorumun kullanıcısı. |
add_threaded_comment(row, column, text, author)
Zincirleme bir 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 | yorum metni |
author | ThreadedCommentAuthor | Bu zincirleme yorumun kullanıcısı. |
Ayrıca bakınız
- modül aspose.cells
- sınıf CommentCollection
- sınıf ThreadedComment