function property

function property

Represents the function used to summarize the PivotTable data field.

Definition:

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

See Also