XlsPivotCache Class |
Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
The XlsPivotCache type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CalculatedItemIndex |
Gets the calculated index of the item. This property always returns 1.
|
![]() |
CreatedVersion |
Specifies the version of the application that created the cache. This attribute is
application-dependent.
|
![]() |
EnableRefresh |
Specifies a boolean value that indicates whether the user can refresh the cache.
|
![]() |
HasNamedRange |
Indicates whether the pivot cache has named range
|
![]() |
Index |
Gets zero-based cache index.Read-only.
|
![]() |
IsBackgroundQuery |
Specifies a boolean value that indicates whether the application should query and
retrieve records asynchronously from the cache.
|
![]() |
IsInvalidData |
Specifies a boolean value that indicates whether the cache needs to be refreshed.
|
![]() |
IsOptimizedCache |
Specifies a boolean value that indicates whether the application will apply optimizations
to the cache to reduce memory usage
|
![]() |
IsRefreshOnLoad |
Specifies a boolean value that indicates whether the application will refresh the cache
|
![]() |
IsSaveData |
Specifies a boolean value that indicates whether the pivot records are saved with the
cache.
|
![]() |
IsSupportSubQuery |
Specifies whether the cache's data source supports subqueries
|
![]() |
IsUpgradeOnRefresh |
Specifies a boolean value that indicates whether the cache is scheduled for version
upgrade.
|
![]() |
MinRefreshableVersion |
Specifies the earliest version of the application that is required to refresh the cache.
|
![]() |
NeedDataArray |
Indicates whether data array is required by this record.
|
![]() |
Parent |
Gets parent object.
|
![]() |
RangeName |
Contains the name of the pivot cache NamedRange
|
![]() |
ReferenceCount |
Get quantity of instance references.
(Inherited from
XlsObject
.)
|
![]() |
RefreshDate |
Gets/sets refresh date of the cache.
|
![]() |
RefreshedBy |
Gets or sets the name or identifier of the user or process that last refreshed the data.
|
![]() |
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.
|
![]() |
SourceRange |
Returns the data source for the PivotTable report. Read-only.
|
![]() |
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.
|
![]() |
SupportAdvancedDrill |
Specifies whether the cache's data source supports attribute drilldown.
|
Name | Description | |
---|---|---|
![]() |
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
(Inherited from
XlsObject
.)
|
![]() |
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
(Inherited from
XlsObject
.)
|
![]() |
Clone(Object) |
Creates a clone of the current object with a new parent for worksheets.
|
![]() |
Clone(Object, Dictionary String, String ) |
Creates a clone of the current object with a new parent and a dictionary of new names for worksheets.
|
![]() |
Dispose |
Dispose object and free resources.
(Inherited from
XlsObject
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Destructor. Call dispose method of current object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParent( Type ) |
Find parent of object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParents |
Finds parent objects.
(Inherited from
XlsObject
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() ![]() |
InRange |
Indicates whether specified insert row/column operation affected pivot cache in some way.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
XlsObject
.)
|
![]() |
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
(Inherited from
XlsObject
.)
|
![]() |
SetParent |
Sets parent of the object.
(Inherited from
XlsObject
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
m_bIsDisposed |
Flag which indicates if the object was disposed or not.
(Inherited from
XlsObject
.)
|