PivotTable.CacheIndex Property

Definition

Returns or sets the index number of the PivotTable cache. Read/write Integer.

public:
 property int CacheIndex { int get(); void set(int value); };
public int CacheIndex { get; set; }
Public Property CacheIndex As Integer

Property Value

Remarks

If you set the CacheIndex property so that one PivotTable report uses the cache for a second PivotTable report, the first report’s fields must be a valid subset of the fields in the second report.

Applies to