Aspose::Cells::Pivot::PivotAreaFilter class
Contents
[
Hide
]PivotAreaFilter class
Represents the filter of PivotArea for PivotTable.
class PivotAreaFilter
Methods
| Method | Description |
|---|---|
| GetSelected() | Indicates whether this field has selection. Only works when the PivotTable is in Outline view. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| IsSubtotalSet(PivotFieldSubtotalType subtotalType) | Gets which subtotal is set for this filter. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotAreaFilter& src) | operator= |
| PivotAreaFilter() | Default constructor. |
| PivotAreaFilter(PivotAreaFilter_Impl* impl) | Constructs from an implementation object. |
| PivotAreaFilter(const PivotAreaFilter& src) | Copy constructor. |
| SetSelected(bool value) | Indicates whether this field has selection. Only works when the PivotTable is in Outline view. |
| SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown) | Subtotal for the filter. |
| ~PivotAreaFilter() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++