totals_row_label property

totals_row_label property

Gets and sets the display labels of total row.

Definition:

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

See Also