Aspose::Cells::Pivot::PivotFormatConditionCollection class

PivotFormatConditionCollection class

Represents PivotTable Format Conditions.

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()
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.
~PivotFormatConditionCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also