Aspose::Cells::Pivot::PivotConditionalFormatCollection class

PivotConditionalFormatCollection class

Represents all conditional formats of pivot table.

class PivotConditionalFormatCollection

Methods

MethodDescription
Add()Adds a pivot FormatCondition to the collection.
Get(int32_t index)Gets the pivot FormatCondition object at the specific index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotConditionalFormatCollection& src)operator=
PivotConditionalFormatCollection(PivotConditionalFormatCollection_Impl* impl)Constructs from an implementation object.
PivotConditionalFormatCollection(const PivotConditionalFormatCollection& src)Copy constructor.
~PivotConditionalFormatCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also