Aspose::Cells::Pivot::PivotAreaFilterCollection class

PivotAreaFilterCollection class

Represents the list of filters for PivotArea

class PivotAreaFilterCollection

Methods

MethodDescription
Get(int32_t index)Gets filter from the list by the index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotAreaFilterCollection& src)operator=
PivotAreaFilterCollection()Default constructor.
PivotAreaFilterCollection(PivotAreaFilterCollection_Impl* impl)Constructs from an implementation object.
PivotAreaFilterCollection(const PivotAreaFilterCollection& src)Copy constructor.
~PivotAreaFilterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also