طريقة remove_area
remove_area(self, 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 | عدد أعمدة النطاق. |
أنظر أيضا
- الوحدة
aspose.cells - فئة
ConditionalFormattingCollection