[]
An object representing the order in which custom formulas are calculated in a PivotTable
public interface IPivotFormula
Gets the formula.
string Formula { get; }
Gets or sets the solved order of current formula.
int Index { get; set; }
Gets the name of the specified formula in the PivotTable formula.
string Name { get; }