Interface IPivotCalculatedFields
public interface IPivotCalculatedFields
Properties
Count
int Count { get; }
Property Value
this[int]
IPivotField this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IPivotField this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add(string, string)
IPivotField Add(string name, string formula)