Click or drag to resize

XlsPivotCache Properties

The XlsPivotCache type exposes the following members.

Properties
Name Description
Public property CalculatedItemIndex
Gets the calculated index of the item. This property always returns 1.
Public property CreatedVersion
Specifies the version of the application that created the cache. This attribute is application-dependent.
Public property EnableRefresh
Specifies a boolean value that indicates whether the user can refresh the cache.
Public property HasNamedRange
Indicates whether the pivot cache has named range
Public property Index
Gets zero-based cache index.Read-only.
Public property IsBackgroundQuery
Specifies a boolean value that indicates whether the application should query and retrieve records asynchronously from the cache.
Public property IsInvalidData
Specifies a boolean value that indicates whether the cache needs to be refreshed.
Public property IsOptimizedCache
Specifies a boolean value that indicates whether the application will apply optimizations to the cache to reduce memory usage
Public property IsRefreshOnLoad
Specifies a boolean value that indicates whether the application will refresh the cache
Public property IsSaveData
Specifies a boolean value that indicates whether the pivot records are saved with the cache.
Public property IsSupportSubQuery
Specifies whether the cache's data source supports subqueries
Public property IsUpgradeOnRefresh
Specifies a boolean value that indicates whether the cache is scheduled for version upgrade.
Public property MinRefreshableVersion
Specifies the earliest version of the application that is required to refresh the cache.
Public property NeedDataArray
Indicates whether data array is required by this record.
Public property Parent
Gets parent object.
Public property RangeName
Contains the name of the pivot cache NamedRange
Protected property ReferenceCount
Get quantity of instance references.
(Inherited from XlsObject .)
Public property RefreshDate
Gets/sets refresh date of the cache.
Public property RefreshedBy
Gets or sets the name or identifier of the user or process that last refreshed the data.
Public property RefreshedVersion
Specifies the version of the application that last refreshed the cache. This attribute depends on whether the application exposes mechanisms via the user interface whereby the end-user can refresh the cache.
Public property SourceRange
Returns the data source for the PivotTable report. Read-only.
Public property SourceType
Data source is one of: 1 - Excel worksheet, 2 - external data, 4 - consolidation, 8 - scenario PivotTable. Specifies the pivot table cache source type.Read-only.
Public property SupportAdvancedDrill
Specifies whether the cache's data source supports attribute drilldown.
Top
See Also