Share via


PivotItem.LabelRange Property

Returns a Range object that represents all the cells in the PivotTable report that contain the item. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property LabelRange As Range
    Get
'Usage
Dim instance As PivotItem
Dim value As Range

value = instance.LabelRange
Range LabelRange { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range

See Also

Reference

PivotItem Interface

PivotItem Members

Microsoft.Office.Interop.Excel Namespace