column_grand property

column_grand property

Indicates whether the PivotTable report shows grand totals for columns.

Definition:

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

See Also