Aspose::Cells::Pivot::PivotAreaFilter class

PivotAreaFilter class

Represents the filter of PivotArea for PivotTable.

class PivotAreaFilter

Methods

MethodDescription
GetSelected()Indicates whether this field has selection. Only works when the PivotTable is in Outline view.
IsNull() constChecks whether the implementation object is nullptr.
IsSubtotalSet(PivotFieldSubtotalType subtotalType)Gets which subtotal is set for this filter.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also