function property

function property

Represents the function used to summarize this PivotTable data field.

Definition:

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

See Also