طريقة add_threaded_comment
add_threaded_comment(self, cell_name, text, author)
يضيف تعليقًا مترابطًا.
عائدات
ThreadedComment فهرس الكائن.
def add_threaded_comment(self, cell_name, text, author):
...
| معامل | يكتب | وصف |
|---|---|---|
| cell_name | str | اسم الخلية. |
| text | str | نص التعليق |
| author | ThreadedCommentAuthor | مستخدم هذا التعليق المترابط. |
add_threaded_comment(self, 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