[]
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
Returns the number of items in the PivotLines collection.
int Count { get; }
Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.
IPivotLine this[int index] { get; }
index
intThe position of the element.
Returns a IPivotLineIPivotLine