show_row_grand_totals property

show_row_grand_totals property

Indicates whether to show grand totals for rows of the pivot table.

Remarks

Definition:

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

See Also