Aspose::Cells::Pivot::PivotFilterCollection class

PivotFilterCollection class

Represents a collection of all the PivotFilter objects.

class PivotFilterCollection

Methods

MethodDescription
Add(int32_t fieldIndex, PivotFilterType type)Adds a PivotFilter Object to the specific type.
ClearFilter(int32_t fieldIndex)Clear PivotFilter from the specific PivotField.
Get(int32_t index)Gets the pivotfilter object at the specific index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotFilterCollection& src)operator=
PivotFilterCollection(PivotFilterCollection_Impl* impl)Constructs from an implementation object.
PivotFilterCollection(const PivotFilterCollection& src)Copy constructor.
~PivotFilterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also