طريقة remove_area
remove_area(start_row, start_column, total_rows, total_columns)
قم بإزالة كافة التنسيقات الشرطية في النطاق.
def remove_area(self, start_row, start_column, total_rows, total_columns):
...
معامل | يكتب | وصف |
---|---|---|
start_row | int | صف بداية النطاق. |
start_column | int | عمود البداية للنطاق. |
total_rows | int | عدد صفوف النطاق. |
total_columns | int | عدد أعمدة النطاق. |