Aspose::Cells::Pivot::PivotFormatConditionCollection class
PivotFormatConditionCollection class
Represents PivotTable Format Conditions.
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() | |
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. |
~PivotFormatConditionCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++