[]
A collection of IPivotField objects that represents all the calculated fields in the specified PivotTable report.
public interface ICalculatedFields : IEnumerable<IPivotField>, IEnumerable
| Name | Description |
|---|---|
| Count | Returns the number of calculated fields. |
| this[int] | Returns a single object from a collection. |
| this[string] | Returns a single object from a collection. |
| Name | Description |
|---|---|
| Add(string, string) | Creates a new calculated field. Returns a IPivotField object. |
| Remove(string) | Remove the calculated fields by name. |