Aspose::Cells::Pivot::PivotAreaFilterCollection class

PivotAreaFilterCollection class

Represents the list of filters for PivotArea

class PivotAreaFilterCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the PivotAreaFilterCollection.
end()Returns an iterator to the end of the PivotAreaFilterCollection.
Get(int32_t index)Gets filter from the list by the index.
GetCount()Gets the number of elements contained in the instance.
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