PivotTable.RowGrand Property
True if the PivotTable report shows grand totals for rows. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property RowGrand As Boolean
Get
Set
'Usage
Dim instance As PivotTable
Dim value As Boolean
value = instance.RowGrand
instance.RowGrand = value
bool RowGrand { get; set; }
Property Value
Type: System.Boolean