PivotFormatCondition Class
Contents
[
Hide
]PivotFormatCondition class
Represents a PivotTable Format Condition in PivotFormatCondition Collection.
type PivotFormatCondition struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| AddDataAreaCondition_String | Adds PivotTable conditional format limit in the data fields. |
| AddDataAreaCondition_PivotField | Adds PivotTable conditional format limit in the data fields. |
| AddRowAreaCondition_String | Adds PivotTable conditional format limit in the row fields. |
| AddRowAreaCondition_PivotField | Adds PivotTable conditional format limit in the row fields. |
| AddColumnAreaCondition_String | Adds PivotTable conditional format limit in the column fields. |
| AddColumnAreaCondition_PivotField | Adds PivotTable conditional format limit in the column fields. |
| SetConditionalAreas | Sets conditional areas of PivotFormatCondition object. |
| GetScopeType | Get and set scope type for the pivot table conditional format . |
| SetScopeType | Get and set scope type for the pivot table conditional format . |
| GetRuleType | Get and set rule type for the pivot table condition format . |
| SetRuleType | Get and set rule type for the pivot table condition format . |
| GetFormatConditions | Get conditions for the pivot table conditional format . |