Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 986 Bytes

Excel.PivotCell.PivotColumnLine.md

File metadata and controls

37 lines (21 loc) · 986 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotCell.PivotColumnLine property (Excel)
vbaxl10.chm692084
vbaxl10.chm692084
Excel.PivotCell.PivotColumnLine
99d8e14e-28b5-4c0c-2f92-402fbb5c2ea8
05/04/2019
medium

PivotCell.PivotColumnLine property (Excel)

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

Syntax

expression.PivotColumnLine

expression A variable that represents a PivotCell object.

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's PivotLine object.

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

[!includeSupport and feedback]