PivotFormatCondition.AddRowAreaCondition

AddRowAreaCondition(string)

Adds PivotTable conditional format limit in the row fields.

public void AddRowAreaCondition(string fieldName)
ParameterTypeDescription
fieldNameStringThe name of PivotField.

See Also


AddRowAreaCondition(PivotField)

Adds PivotTable conditional format limit in the row fields.

public void AddRowAreaCondition(PivotField rowField)
ParameterTypeDescription
rowFieldPivotFieldThe PivotField in the row fields.

See Also