PivotTable.AddCalculatedField
Contents
[
Hide
]AddCalculatedField(string, string, bool)
Adds a calculated field to pivot field.
public void AddCalculatedField(string name, string formula, bool dragToDataArea)
Parameter | Type | Description |
---|---|---|
name | String | The name of the calculated field |
formula | String | The formula of the calculated field. |
dragToDataArea | Boolean | True,drag this field to data area immediately |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
AddCalculatedField(string, string)
Adds a calculated field to pivot field and drag it to data area.
public void AddCalculatedField(string name, string formula)
Parameter | Type | Description |
---|---|---|
name | String | The name of the calculated field |
formula | String | The formula of the calculated field. |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells