Aspose::Cells::Pivot::PivotFormatCondition class
Contents
[
Hide
]PivotFormatCondition class
Represents a PivotTable Format Condition in PivotFormatCondition Collection.
Deprecated
Use PivotConditional class instead.
class PivotFormatCondition
Methods
Method | Description |
---|---|
AddColumnAreaCondition(const U16String& fieldName) | Adds PivotTable conditional format limit in the column fields. |
AddColumnAreaCondition(const char16_t* fieldName) | Adds PivotTable conditional format limit in the column fields. |
AddColumnAreaCondition(const PivotField& columnField) | Adds PivotTable conditional format limit in the column fields. |
AddDataAreaCondition(const U16String& fieldName) | Adds PivotTable conditional format limit in the data fields. |
AddDataAreaCondition(const char16_t* fieldName) | Adds PivotTable conditional format limit in the data fields. |
AddDataAreaCondition(const PivotField& dataField) | Adds PivotTable conditional format limit in the data fields. |
AddRowAreaCondition(const U16String& fieldName) | Adds PivotTable conditional format limit in the row fields. |
AddRowAreaCondition(const char16_t* fieldName) | Adds PivotTable conditional format limit in the row fields. |
AddRowAreaCondition(const PivotField& rowField) | Adds PivotTable conditional format limit in the row fields. |
GetFormatConditions() | Get conditions for the pivot table conditional format . |
GetRuleType() | Get and set rule type for the pivot table condition format . |
GetScopeType() | Get and set scope type for the pivot table conditional format . |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PivotFormatCondition& src) | operator= |
PivotFormatCondition(PivotFormatCondition_Impl* impl) | Constructs from an implementation object. |
PivotFormatCondition(const PivotFormatCondition& src) | Copy constructor. |
SetConditionalAreas() | Sets conditional areas of PivotFormatCondition object. |
SetRuleType(PivotConditionFormatRuleType value) | Get and set rule type for the pivot table condition format . |
SetScopeType(PivotConditionFormatScopeType value) | Get and set scope type for the pivot table conditional format . |
~PivotFormatCondition() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
Remarks
NOTE: This class is now obsolete. Instead, please use PivotConditional class. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++