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