طريقة add_threaded_comment

add_threaded_comment(cell_name, text, author)

يضيف تعليق مترابط.

عائدات

ThreadedComment فهرس العنصر.

def add_threaded_comment(self, cell_name, text, author):
    ...
معامليكتبوصف
cell_namestrاسم الخلية.
textstrنص التعليق
authorThreadedCommentAuthorمستخدم هذا التعليق المترابط.

add_threaded_comment(row, column, text, author)

يضيف تعليق مترابط.

عائدات

ThreadedComment فهرس العنصر.

def add_threaded_comment(self, row, column, text, author):
    ...
معامليكتبوصف
rowintCell فهرس الصف.
columnintCell فهرس العمود.
textstrنص التعليق
authorThreadedCommentAuthorمستخدم هذا التعليق المترابط.

أنظر أيضا