subtotals property

subtotals property

Represents the index of a subtotal data point.

Definition:

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

See Also