PivotCell.PivotRowLine property (Excel)

Returns the PivotLine object on a row for a specific PivotCell object. Read-only PivotLine.

Syntax

expression.PivotRowLine

expression A variable that represents a PivotCell object.

Remarks

If the PivotCell is on rows, the PivotRowLine property returns the row's PivotLine object.

If the PivotCell is on columns, the PivotRowLine property returns a run-time error.

If the PivotCell is in the data area, the PivotRowLine property returns the corresponding row's PivotLine object.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.