PivotCell.PivotColumnLine Property

Definition

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

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

Property Value

PivotLine

Remarks

If the PivotCell is on rows, the PivotColumnLine property returns a run-time error.

If the PivotCell is on columns, the PivotColumnLine property returns the column PivotLine object.

If the PivotCell is in the data area, the PivotColumnLine property returns the corresponding column PivotLine object.

Applies to