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.
begin()Returns an iterator to the beginning of the PivotConditionalFormatCollection.
end()Returns an iterator to the end of the PivotConditionalFormatCollection.
Get(int32_t index)Gets the pivot FormatCondition object at the specific index.
GetCount()Gets the number of elements contained in the instance.
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