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):
...
Parameter | Type | Description |
---|---|---|
field_name | str | The name of PivotField. |
add_row_area_condition
Adds PivotTable conditional format limit in the row fields.
def add_row_area_condition(self, row_field):
...
Parameter | Type | Description |
---|---|---|
row_field | PivotField | The PivotField in the row fields. |
See Also
- module
aspose.cells.pivot
- class
PivotFormatCondition