RowRange Property

Applies To

PivotTable Object.

Description

Accessor. Returns a Range object that represents the range that includes the PivotTable row area. Read-only.

See Also

ColumnRange Property, DataBodyRange Property, DataLabelRange Property, PageRange Property.

Example

This example selects the PivotTable row headers.


Worksheets("Sheet1").Activate
Range("A3").Select
ActiveCell.PivotTable.RowRange.Select