[]
Collection of PivotCell objects for a specific PivotLine.
public interface IPivotLineCells : IEnumerable<IPivotCell>, IEnumerable
Public Interface IPivotLineCells
Inherits IEnumerable(Of IPivotCell), IEnumerable
Name | Description |
---|---|
Count | Returns the number of items in the PivotLineCells collection. |
this[int] | Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only. |