[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotColumnLine

PivotColumnLine Property

PivotColumnLine

Gets the PivotLine corresponding to the column where the PivotCell is located.

Declaration
IPivotLine PivotColumnLine { get; }
ReadOnly Property PivotColumnLine As IPivotLine
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotLine columnLine = pivotCell.PivotColumnLine;