PivotFormatCondition.AddRowAreaCondition
AddRowAreaCondition(string)
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
AddRowAreaCondition(PivotField)
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