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 | aspose.cells.pivot.PivotFieldType | The region type. |
| field_name | System.String | 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 | aspose.cells.pivot.PivotFieldType | The region type. |
| field | aspose.cells.pivot.PivotField | The pivot field. |
See Also
- module
aspose.cells.pivot - class
PivotConditionalFormat