show_column_grand_totals property

show_column_grand_totals property

Indicates whether to show grand totals for columns of this pivot table.

Definition:

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

See Also