PivotCell.PivotColumnLine Property
Excel Developer Reference |
Returns the PivotLine on a column for a specific PivotCell object. Read-only PivotLine.
Version Information
Version Added: Excel 2007
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 PivotLine object.
If the PivotCell is in the data area, the PivotColumnLine property returns the corresponding column PivotLine object.
See Also