is_auto_subtotals property

is_auto_subtotals property

Indicates whether the specified field shows automatic subtotals. Default is true.

Definition:

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

See Also