AddRowAreaCondition
PivotFormatCondition.AddRowAreaCondition method (1 of 2)
Adds PivotTable conditional format limit in the row fields.
public void AddRowAreaCondition(string fieldName)
Parameter | Type | Description |
---|---|---|
fieldName | String | The name of PivotField. |
See Also
- class PivotFormatCondition
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
PivotFormatCondition.AddRowAreaCondition method (2 of 2)
Adds PivotTable conditional format limit in the row fields.
public void AddRowAreaCondition(PivotField rowField)
Parameter | Type | Description |
---|---|---|
rowField | PivotField | The PivotField in the row fields. |
See Also
- class PivotField
- class PivotFormatCondition
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells