Share via


PivotCell.PivotRowLine Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property PivotRowLine As PivotLine
    Get
'Usage
Dim instance As PivotCell
Dim value As PivotLine

value = instance.PivotRowLine
PivotLine PivotRowLine { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotLine
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.

See Also

Reference

PivotCell Interface

PivotCell Members

Microsoft.Office.Interop.Excel Namespace