[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCache

IPivotCache Interface

表示为数据透视表报告的内存缓存。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IPivotCache

Properties

Name Description
Index

返回对象在相似对象集合中的索引编号。

RecordCount

返回数据透视表缓存中的记录数,或者包含指定项的缓存记录数。

RefreshDate

返回数据透视表缓存最后刷新的日期。

RefreshName

返回最后刷新PivotTable缓存的那个人的名字。

RefreshOnFileOpen
SourceData

获取或设置数据透视表报告的数据源。

Methods

Name Description
CreatePivotTable(IRange, string)

基于PivotCache对象创建一个PivotTable报告。

Refresh()

更新透视表对象的缓存。