PivotCell.PivotColumnLine 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 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
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.