PivotCell.PivotRowLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.