[]
一个IPivotField 对象集合,代表指定数据透视表报告中的所有计算字段。
public interface ICalculatedFields : IEnumerable<IPivotField>, IEnumerable
| Name | Description |
|---|---|
| Count | 返回计算字段的数量。 |
| this[int] | 从集合中返回单个对象。 |
| this[string] | 从集合中返回单个对象。 |
| Name | Description |
|---|---|
| Add(string, string) | 创建一个新的计算字段。返回一个IPivotField 对象。 |
| Remove(string) | 根据名称移除计算字段。 |