Aspose::Cells::Pivot::PivotFormatConditionCollection class

PivotFormatConditionCollection class

Represents PivotTable Format Conditions.

Deprecated

Use PivotConditionalFormatCollection class instead.

class PivotFormatConditionCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe 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