Excel) (PivotCache 物件
代表樞紐分析表的記憶體快取。
註解
PivotCache 物件是 PivotCaches 集合的成員。
範例
使用PivotTable物件的PivotCache方法可傳回樞紐分析表的PivotCache物件 (每個報表只有一個快取) 。
下列範例會使第一張工作表上的第一個樞紐分析表,在每次開啟其檔案時,即自行重新整理。
Worksheets(1).PivotTables(1).PivotCache.RefreshOnFileOpen = True
使用 PivotCaches (索引) ,其中 index 是樞紐分析表快取編號,可從活頁簿的 PivotCaches 集合傳回單一 PivotCache 物件。 下列範例會重新整理第一個快取。
ActiveWorkbook.PivotCaches(1).Refresh
方法
屬性
- ADOConnection
- Application
- 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 支援與意見反應。