طريقة add_threaded_comment

add_threaded_comment(self, cell_name, text, author)

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

عائدات

ThreadedComment فهرس الكائن.


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

add_threaded_comment(self, row, column, text, author)

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

عائدات

ThreadedComment فهرس الكائن.


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

أنظر أيضا