طريقة 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_rowintصف بداية النطاق.
start_columnintعمود البداية للنطاق.
total_rowsintعدد صفوف النطاق.
total_columnsintعدد أعمدة النطاق.

أنظر أيضا