PivotCache Class
PivotCache class
Represents the memory cache for some PivotTable reports.
type PivotCache struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Refresh_PivotTableRefreshOption | Refreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache. |
| Refresh | Refreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache. |
| GetPivotTables | Gets all pivot tables with this pivot cache. |
| Dispose | Release all resource. |
| GetSourceType | Gets the PivotTableSourceType. |