PivotCache Class

PivotCache class

Represents the memory cache for some PivotTable reports.


type PivotCache struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Refresh_PivotTableRefreshOptionRefreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache.
RefreshRefreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache.
GetPivotTablesGets all pivot tables with this pivot cache.
DisposeRelease all resource.
GetSourceTypeGets the PivotTableSourceType.