[]
Represents a collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
public interface IPivotItems : IEnumerable<IPivotItem>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns a single object from a collection.
IPivotItem this[int index] { get; }
index
intThe index number for the object.
Returns a single object from a collection.
IPivotItem this[string name] { get; }
name
stringThe name for the object.