RowGrand Property

Applies To

PivotTable Object.

Description

True if the PivotTable shows row grand totals. Read-write.

See Also

ColumnGrand Property.

Example

This example sets the PivotTable to show row grand totals.


Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable
pvtTable.RowGrand = True