get_subtotals method

get_subtotals(self, subtotal_type)

Indicates whether to show specified subtotal for this pivot field.

Returns

Returns whether showing specified subtotal.


def get_subtotals(self, subtotal_type):
    ...
ParameterTypeDescription
subtotal_typeaspose.cells.pivot.PivotFieldSubtotalTypeSubtotal type.

See Also