Aspose::Cells::Pivot::PivotConditionalFormatCollection class
PivotConditionalFormatCollection class
Represents all conditional formats of pivot table.
class PivotConditionalFormatCollection
Methods
| Method | Description |
|---|---|
| Add() | Adds a pivot FormatCondition to the collection. |
| Get(int32_t index) | Gets the pivot FormatCondition object at the specific index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotConditionalFormatCollection& src) | operator= |
| PivotConditionalFormatCollection(PivotConditionalFormatCollection_Impl* impl) | Constructs from an implementation object. |
| PivotConditionalFormatCollection(const PivotConditionalFormatCollection& src) | Copy constructor. |
| ~PivotConditionalFormatCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++