Syntax

expression.RowRange

expression A variable that represents a PivotTable object.

Example

This example selects the row headers on the PivotTable report.

Visual Basic for Applications
Worksheets("Sheet1").Activate Range("A3").Select ActiveCell.PivotTable.RowRange.Select
row range Row Range Property RowRange rowrange property

See also: