PivotTable.GrandTotalName Property (Excel)

Returns or sets the text string label that is displayed in the grand total column or row heading in the specified PivotTable report. The default value is the string "Grand Total". Read/write String.

Syntax

expression .GrandTotalName

expression A variable that represents a PivotTable object.

Example

This example sets the grand total heading label to "Regional Total" in the second PivotTable report on the active worksheet.

ActiveSheet.PivotTables("PivotTable2").GrandTotalName = "Regional Total"

See Also

Concepts

PivotTable Object

PivotTable Object Members