set_text_of_sub_total method

set_text_of_sub_total

Sets the text of PivotFieldSubtotalType type in the PivotTable.

def set_text_of_sub_total(self, sub_total_type, text):
    ...
ParameterTypeDescription
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeThe PivotFieldSubtotalType
textstrThe text of given type

See Also