IPivotCache Interface Members
In This Topic
The following tables list the members exposed by IPivotCache.
Public Properties
| Name | Description |
| Index |
Returns the index number of the object within the collection of similar objects.
|
| RecordCount |
Returns the number of records in the PivotTable cache or the number of cache records that contain the specified item.
|
| RefreshDate |
Returns the date on which the PivotTable cache was last refreshed.
|
| RefreshName |
Returns the name of the person who last refreshed the PivotTable cache.
|
| SourceData |
Gets or sets the data source for the PivotTable report.
|
Top
Public Methods
| Name | Description |
| CreatePivotTable |
Creates a PivotTable report based on a PivotCache object.
|
| Refresh |
Updates the cache of the PivotTable object.
|
Top
See Also