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