remove_field method
Contents
[
Hide
]remove_field(self, field_type, field_name)
Removes a field from specific field area
def remove_field(self, field_type, field_name):
...
Parameter | Type | Description |
---|---|---|
field_type | PivotFieldType | The fields area type. |
field_name | str | The name in the base fields. |
remove_field(self, field_type, base_field_index)
Removes a field from specific field area
def remove_field(self, field_type, base_field_index):
...
Parameter | Type | Description |
---|---|---|
field_type | PivotFieldType | The fields area type. |
base_field_index | int | The field index in the base fields. |
remove_field(self, field_type, pivot_field)
Remove field from specific field area
def remove_field(self, field_type, pivot_field):
...
Parameter | Type | Description |
---|---|---|
field_type | PivotFieldType | the fields area type. |
pivot_field | PivotField | the field in the base fields. |
See Also
- module
aspose.cells.pivot
- class
PivotTable