totals_calculation property

totals_calculation property

Gets and sets the type of calculation in the Totals row of the list column.

Definition:

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

See Also