طريقة is_deleting_range_enabled
is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns)
تحقق مما إذا كان من الممكن حذف النطاق.
عائدات
def is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns):
...
| معامل | يكتب | وصف |
|---|---|---|
| start_row | int | مؤشر الصف الأول للنطاق. |
| start_column | int | مؤشر العمود الأولي للنطاق. |
| total_rows | int | عدد الصفوف في النطاق. |
| total_columns | int | عدد الأعمدة في النطاق. |
أنظر أيضا
- الوحدة
aspose.cells - فئة
Cells