row_grand property

row_grand property

Indicates whether the PivotTable report shows grand totals for rows.

Definition:

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

See Also