Metodo set_text_of_sub_total

set_text_of_sub_total(self, sub_total_type, text)

Imposta il testo di tipo PivotFieldSubtotalType nella tabella pivot.


def set_text_of_sub_total(self, sub_total_type, text):
    ...
ParametroTipoDescrizione
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeIl PivotFieldSubtotalType
textstrIl testo del tipo dato

Guarda anche