PivotTable.MergeLabels Property
True if the specified PivotTable report’s outer-row item, column item, subtotal, and grand total labels use merged cells. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property MergeLabels As Boolean
Get
Set
'Usage
Dim instance As PivotTable
Dim value As Boolean
value = instance.MergeLabels
instance.MergeLabels = value
bool MergeLabels { get; set; }
Property Value
Type: System.Boolean