[]
表示指定数据透视表报告中的所有计算项的一组PivotItem对象。
public interface ICalculatedItems : IEnumerable<IPivotItem>, IEnumerable
| Name | Description |
|---|---|
| Count | 返回集合中IPivotItem 的数量。 |
| this[int] | 通过索引获取IPivotItem 项目。 |
| this[string] | 通过名称获取IPivotItem 项目。 |
| Name | Description |
|---|---|
| Add(string, string) | 创建一个新的计算项。返回一个PivotItem对象。 |
| Remove(string) | 移除计算项。 |