[]
Collection of PivotCell objects for a specific PivotLine.
public interface IPivotLineCells : IEnumerable<IPivotCell>, IEnumerable
Returns the number of items in the PivotLineCells collection.
int Count { get; }
Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.
IPivotCell this[int index] { get; }
index
intThe position of the element
Returns a IPivotCellIPivotCell