Aspose::Cells::Pivot::PivotAreaCollection class
PivotAreaCollection class
Represents a list of pivot area.
class PivotAreaCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++