get_text_of_sub_total method

get_text_of_sub_total(self, sub_total_type)

Gets the text of PivotFieldSubtotalType type in the PivotTable.

Returns

The text of given type


def get_text_of_sub_total(self, sub_total_type):
    ...
ParameterTypeDescription
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeThe PivotFieldSubtotalType

See Also