طريقة remove_at

remove_at(self, cell_name)

إزالة تعليق الخلية المحددة.


def remove_at(self, cell_name):
    ...
معامليكتبوصف
cell_namestrاسم الخلية التي تحتوي على تعليق.

مثال


comments.remove_at("B2")

remove_at(self, row, column)

إزالة تعليق الخلية المحددة.


def remove_at(self, row, column):
    ...
معامليكتبوصف
rowintمؤشر الصف.
columnintفهرس العمود.

مثال


comments.remove_at(1, 1)

أنظر أيضا