[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotRowLine

PivotRowLine Property

PivotRowLine

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

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