select_field method
select_field(self, axis_type, field_name)
Select a field in the region as an area.
def select_field(self, axis_type, field_name):
...
Parameter | Type | Description |
---|---|---|
axis_type | PivotFieldType | The region type. |
field_name | str | The name of pivot field. |
select_field(self, axis_type, field)
Select a field in the region as an area.
def select_field(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
PivotArea