add_calculated_item method
add_calculated_item
Add a calculated formula item to the pivot field.
def add_calculated_item(self, name, formula):
...
Parameter | Type | Description |
---|---|---|
name | str | The item’s name. |
formula | str | The formula of pivot item. |
Remarks
Only supports to add calculated item to Row/Column field.
See Also
- module
aspose.cells.pivot
- class
PivotField