[]
Represents a collection of all the IPivotField objects in a PivotTable report.
public interface IPivotFields : IEnumerable<IPivotField>, IEnumerable
Returns the number of objects in the collection (read-only).
int Count { get; }
Returns a single object from a collection.
IPivotField this[int index] { get; }
index
intThe index number for the object.
Returns a single object from a collection.
IPivotField this[string name] { get; }
name
stringThe name for the object.