[]
The PivotLines object is a collection of lines in a PivotTable, containing all lines on rows or columns of the pivot. Each line is a set of PivotCells.
public interface IPivotLines : IEnumerable<IPivotLine>, IEnumerable
Public Interface IPivotLines
Inherits IEnumerable(Of IPivotLine), IEnumerable