PivotCache 对象 (Excel)
代表数据透视表的缓存。
备注
PivotCache 对象是 PivotCaches 集合的成员。
示例
使用数据透视表对象的 PivotCache 方法可返回数据透视表的 PivotCache 对象, (每个报表只有一个缓存) 。
下例导致第一张工作表上的第一个数据透视表每当其文件被打开时都刷新其自身。
Worksheets(1).PivotTables(1).PivotCache.RefreshOnFileOpen = True
使用 PivotCaches (索引) (其中 index 是数据透视表缓存编号)从工作簿的 PivotCaches 集合返回单个 PivotCache 对象。 下例刷新缓存一。
ActiveWorkbook.PivotCaches(1).Refresh
方法
属性
- ADOConnection
- 应用程序
- BackgroundQuery
- CommandText
- CommandType
- Connection
- Creator
- EnableRefresh
- Index
- IsConnected
- LocalConnection
- MaintainConnection
- MemoryUsed
- MissingItemsLimit
- OLAP
- OptimizeCache
- Parent
- QueryType
- RecordCount
- Recordset
- RefreshDate
- RefreshName
- RefreshOnFileOpen
- RefreshPeriod
- RobustConnect
- SavePassword
- SourceConnectionFile
- SourceData
- SourceDataFile
- SourceType
- UpgradeOnRefresh
- UseLocalConnection
- Version
- WorkbookConnection
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。