RowGrand Property
Applies To
PivotTable object.
Description
True if the PivotTable shows grand totals for rows. Read/write Boolean.
See Also
ColumnGrand property.
Example
This example sets the PivotTable to show grand totals for rows.
Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable
pvtTable.RowGrand = True