PivotField.AddCalculatedItem
PivotField.AddCalculatedItem method
Add a calculated formula item to the pivot field.
public void AddCalculatedItem(string name, string formula)
Parameter | Type | Description |
---|---|---|
name | String | The item’s name. |
formula | String | The formula of pivot item. |
Remarks
Only supports to add calculated item to Row/Column field.
See Also
- class PivotField
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells