get_text_of_sub_total Methode

get_text_of_sub_total

Ruft den Text vom Typ PivotFieldSubtotalType in der PivotTable ab.

Kehrt zurück

Der Text des angegebenen Typs

def get_text_of_sub_total(self, sub_total_type):
    ...
ParameterTypBeschreibung
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeDie PivotFieldSubtotalType

Siehe auch