calculation_type property

calculation_type property

Represents how to show values of a data field in the pivot report.

Definition:

@property
def calculation_type(self):
    ...
@calculation_type.setter
def calculation_type(self, value):
    ...

See Also