PivotCell.PivotRowLine Property
Excel Developer Reference |
Returns the PivotLine on a row for a specific PivotCell object. Read-only PivotLine.
Version Information
Version Added: Excel 2007
Syntax
expression.PivotRowLine
expression A variable that represents a PivotCell object.
Remarks
If the PivotCell is on rows, PivotRowLine returns the row's PivotLine object.
If the PivotCell is on columns, PivotRowLine returns a run-time error.
If the PivotCell is in the data area, PivotRowLine returns the corresponding row's PivotLine object.
See Also