PivotTable.PageRangeCells Property
Returns a Range object that represents only the cells in the specified PivotTable report that contain the page fields and item drop-down lists.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PageRangeCells As Range
Get
'Usage
Dim instance As PivotTable
Dim value As Range
value = instance.PageRangeCells
Range PageRangeCells { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range