set_subtotals method

set_subtotals(self, subtotal_type, shown)

Subtotal for the filter.


def set_subtotals(self, subtotal_type, shown):
    ...
ParameterTypeDescription
subtotal_typeaspose.cells.pivot.PivotFieldSubtotalTypeThe subtotal function.
shownboolIndicates if showing this subtotal data.

See Also