PivotFormatCondition.AddDataAreaCondition
AddDataAreaCondition(string)
Adds PivotTable conditional format limit in the data fields.
public void AddDataAreaCondition(string fieldName)
Parameter | Type | Description |
---|---|---|
fieldName | String | The name of PivotField. |
See Also
- class PivotFormatCondition
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
AddDataAreaCondition(PivotField)
Adds PivotTable conditional format limit in the data fields.
public void AddDataAreaCondition(PivotField dataField)
Parameter | Type | Description |
---|---|---|
dataField | PivotField | The PivotField in the data fields. |
See Also
- class PivotField
- class PivotFormatCondition
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells