PivotAreaFilter class
PivotAreaFilter class
Represents the filter of PivotArea for PivotTable.
The PivotAreaFilter type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| __init__(self) | Constructs a new instance of PivotAreaFilter | 
Properties
| Property | Description | 
|---|---|
| selected | Indicates whether this field has selection. Only works when the PivotTable is in Outline view. | 
Methods
| Method | Description | 
|---|---|
| is_subtotal_set(self, subtotal_type) | Gets which subtotal is set for this filter. | 
| set_subtotals(self, subtotal_type, shown) | Subtotal for the filter. | 
See Also
- module aspose.cells.pivot
- class PivotArea
- class PivotTable