Aspose::Cells::Pivot::PivotFormatConditionCollection class
Contents
[
Hide
]PivotFormatConditionCollection class
Represents PivotTable Format Conditions.
Deprecated
Use PivotConditionalFormatCollection class instead.
class PivotFormatConditionCollection
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() | Gets the count of conditional formats. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PivotFormatConditionCollection& src) | operator= |
PivotFormatConditionCollection(PivotFormatConditionCollection_Impl* impl) | Constructs from an implementation object. |
PivotFormatConditionCollection(const PivotFormatConditionCollection& src) | Copy constructor. |
RemoveAt(int32_t index) | Remove a conditional formats. |
~PivotFormatConditionCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotConditionalFormatCollection class. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++