Aspose::Cells::Pivot::PivotAreaCollection class

PivotAreaCollection class

Represents a list of pivot area.

class PivotAreaCollection

Methods

MethodDescription
Add(const PivotArea& pivotArea)Adds pivot area.
Add(const CellArea& cellArea)Adds an area based on pivot table view.
Get(int32_t index)Gets a PivotArea object;.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotAreaCollection& src)operator=
PivotAreaCollection(PivotAreaCollection_Impl* impl)Constructs from an implementation object.
PivotAreaCollection(const PivotAreaCollection& src)Copy constructor.
RemoveAt(int32_t index)Remove one pivot conditional formatted area setting.
~PivotAreaCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also