Aspose::Cells::Pivot::PivotAreaFilterCollection class
PivotAreaFilterCollection class
Represents the list of filters for PivotArea
class PivotAreaFilterCollection
Methods
| Method | Description |
|---|---|
| Get(int32_t index) | Gets filter from the list by the index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++