Metodo get_text_of_sub_total

get_text_of_sub_total(self, sub_total_type)

Ottiene il testo di tipo PivotFieldSubtotalType nella tabella pivot.

ritorna

Il testo del tipo dato


def get_text_of_sub_total(self, sub_total_type):
    ...
ParametroTipoDescrizione
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeIl PivotFieldSubtotalType

Guarda anche