add_field_area method
add_field_area(self, axis_type, field_name)
Adds an area of pivot field.
def add_field_area(self, axis_type, field_name):
...
Parameter | Type | Description |
---|---|---|
axis_type | PivotFieldType | The region type. |
field_name | str | The name of pivot field. |
add_field_area(self, axis_type, field)
Adds an area of pivot field.
def add_field_area(self, axis_type, field):
...
Parameter | Type | Description |
---|---|---|
axis_type | PivotFieldType | The region type. |
field | PivotField | The pivot field. |
See Also
- module
aspose.cells.pivot
- class
PivotConditionalFormat