add_row_area_condition method

add_row_area_condition

Adds PivotTable conditional format limit in the row fields.

def add_row_area_condition(self, field_name):
    ...
ParameterTypeDescription
field_namestrThe name of PivotField.

add_row_area_condition

Adds PivotTable conditional format limit in the row fields.

def add_row_area_condition(self, row_field):
    ...
ParameterTypeDescription
row_fieldPivotFieldThe PivotField in the row fields.

See Also