طريقة add_threaded_comment
add_threaded_comment(cell_name, text, author)
يضيف تعليق مترابط.
عائدات
ThreadedComment فهرس العنصر.
def add_threaded_comment(self, cell_name, text, author):
...
معامل | يكتب | وصف |
---|---|---|
cell_name | str | اسم الخلية. |
text | str | نص التعليق |
author | ThreadedCommentAuthor | مستخدم هذا التعليق المترابط. |
add_threaded_comment(row, column, text, author)
يضيف تعليق مترابط.
عائدات
ThreadedComment فهرس العنصر.
def add_threaded_comment(self, row, column, text, author):
...
معامل | يكتب | وصف |
---|---|---|
row | int | Cell فهرس الصف. |
column | int | Cell فهرس العمود. |
text | str | نص التعليق |
author | ThreadedCommentAuthor | مستخدم هذا التعليق المترابط. |
أنظر أيضا
- وحدة aspose.cells
- فئة CommentCollection
- فئة ThreadedComment