[]
Gets the PivotLine corresponding to the column where the PivotCell is located.
IPivotLine PivotColumnLine { get; }
ReadOnly Property PivotColumnLine As IPivotLine
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotLine columnLine = pivotCell.PivotColumnLine;