طريقة remove_field
remove_field(self, field_type, field_name)
إزالة حقل من منطقة حقل محددة
def remove_field(self, field_type, field_name):
...
معامل | يكتب | وصف |
---|---|---|
field_type | PivotFieldType | نوع منطقة الحقول. |
field_name | str | الإسم الموجود في الحقول الأساسية. |
remove_field(self, field_type, base_field_index)
إزالة حقل من منطقة حقل محددة
def remove_field(self, field_type, base_field_index):
...
معامل | يكتب | وصف |
---|---|---|
field_type | PivotFieldType | نوع منطقة الحقول. |
base_field_index | int | مؤشر الحقل في الحقول الأساسية. |
remove_field(self, field_type, pivot_field)
إزالة الحقل من منطقة الحقل المحددة
def remove_field(self, field_type, pivot_field):
...
معامل | يكتب | وصف |
---|---|---|
field_type | PivotFieldType | نوع منطقة الحقول. |
pivot_field | PivotField | الحقل في الحقول الأساسية. |
أنظر أيضا
- الوحدة
aspose.cells.pivot
- فئة
PivotTable