[]
A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.
public interface IPivotItemList : IEnumerable<IPivotItem>, IEnumerable
Returns the number of objects in the collection. Read-only Integer.
int Count { get; }
Reserved for internal use.
IPivotItem this[int field] { get; }
field
intThe index of the field to retrieve.