show_totals property

show_totals property

Gets and sets whether this ListObject show total row.

Definition:

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

See Also