set_subtotals method
set_subtotals(self, subtotal_type, shown)
Sets whether the specified field shows that subtotals.
def set_subtotals(self, subtotal_type, shown):
...
| Parameter | Type | Description |
|---|---|---|
| subtotal_type | aspose.cells.pivot.PivotFieldSubtotalType | subtotals type. |
| shown | bool | whether the specified field shows that subtotals. |
See Also
- module
aspose.cells.pivot - class
PivotField