Edit

Share via


PivotCell.PivotRowLine Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::PivotLine ^ PivotRowLine { Microsoft::Office::Interop::Excel::PivotLine ^ get(); };
public Microsoft.Office.Interop.Excel.PivotLine PivotRowLine { get; }
Public ReadOnly Property PivotRowLine As PivotLine

Property Value

PivotLine

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.

Applies to