PivotTable.GrandTotalName Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property GrandTotalName As String
Get
Set
'Usage
Dim instance As PivotTable
Dim value As String
value = instance.GrandTotalName
instance.GrandTotalName = value
string GrandTotalName { get; set; }
Property Value
Type: System.String