[]
Represents the collection of IPivotFormula
public interface IPivotFormulas : IEnumerable<IPivotFormula>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns the IPivotFormula by index.
IPivotFormula this[int index] { get; }
index
intThe index of the pivot formula.