PivotFormatCondition Class

PivotFormatCondition class

Represents a PivotTable Format Condition in PivotFormatCondition Collection.


type PivotFormatCondition struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddDataAreaCondition_StringAdds PivotTable conditional format limit in the data fields.
AddDataAreaCondition_PivotFieldAdds PivotTable conditional format limit in the data fields.
AddRowAreaCondition_StringAdds PivotTable conditional format limit in the row fields.
AddRowAreaCondition_PivotFieldAdds PivotTable conditional format limit in the row fields.
AddColumnAreaCondition_StringAdds PivotTable conditional format limit in the column fields.
AddColumnAreaCondition_PivotFieldAdds PivotTable conditional format limit in the column fields.
SetConditionalAreasSets conditional areas of PivotFormatCondition object.
GetScopeTypeGet and set scope type for the pivot table condition format .
SetScopeTypeGet and set scope type for the pivot table condition format .
GetRuleTypeGet and set rule type for the pivot table condition format .
SetRuleTypeGet and set rule type for the pivot table condition format .
GetFormatConditionsGet formatconditions for the pivot table condition format .