[]
表示指定工作表上所有PivotTable对象的集合。
public interface IPivotTables : IEnumerable<IPivotTable>, IEnumerable
| Name | Description |
|---|---|
| Count | 返回集合中的对象数量(只读)。 |
| this[int] | 从集合中返回单个对象。 |
| this[string] | 从集合中返回单个对象。 |
| Name | Description |
|---|---|
| Add(IPivotCache, IRange, string) | 添加一个新的数据透视表报告。 |