PivotConditionalFormat Class

PivotConditionalFormat class

Represents a PivotTable Format Condition in PivotFormatCondition Collection.


type PivotConditionalFormat struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCellAreasGets all cell areas where this conditional format applies to.
GetPivotAreasGets all pivot areas.
AddCellAreaAdds an area based on pivot table view.
AddFieldArea_PivotFieldType_StringAdds an area of pivot field.
AddFieldArea_PivotFieldType_PivotFieldAdds an area of pivot field.
GetFormatConditionsGet conditions for the pivot table conditional format .
GetScopeTypeGet and set scope type for the pivot table conditional format .
SetScopeTypeGet and set scope type for the pivot table conditional format .
GetRuleTypeGet and set rule type for the pivot table condition format .
SetRuleTypeGet and set rule type for the pivot table condition format .