Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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"
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.