PivotCaches 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表工作簿中数据透视表的内存缓存的集合。
public interface class PivotCaches : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002441D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotCaches : System.Collections.IEnumerable
Public Interface PivotCaches
Implements IEnumerable
- 属性
- 实现
注解
每个内存缓存由 对象 PivotCache 表示。
PivotCaches()使用 方法可返回 PivotCaches 集合。
属性
_Default[Object] |
仅供内部使用。 |
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 |
Count |
返回集合中对象的数目。 |
Creator |
返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 |
Parent |
返回指定对象的父对象。 |
方法
Add(XlPivotTableSourceType, Object) |
将新的数据透视表缓存添加到 PivotCaches 集合。 |
Create(XlPivotTableSourceType, Object, Object) |
创建新的 PivotCache。 |
GetEnumerator() |
代表工作簿中数据透视表的内存缓存的集合。 |
Item(Object) |
从集合中返回一个对象。 |