RowRange Property

Applies To

PivotTable object.

Description

Returns a Range object that represents the range including 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