método get_text_of_sub_total

get_text_of_sub_total(self, sub_total_type)

Obtiene el texto del tipo PivotFieldSubtotalType en la tabla dinámica.

Devoluciones

El texto del tipo dado


def get_text_of_sub_total(self, sub_total_type):
    ...
ParámetroTipoDescripción
sub_total_typeaspose.cells.pivot.PivotFieldSubtotalTypeEl PivotFieldSubtotalType

Ver también