Interface IXLPivotCaches
A collection of pivot caches. Pivot cache can be added from a IXLRange or a IXLTable.
public interface IXLPivotCaches : IEnumerable<IXLPivotCache>, IEnumerable
- Inherited Members
- Extension Methods
Methods
Add(IXLRange)
Add a new pivot cache.
IXLPivotCache Add(IXLRange range)
Parameters
rangeIXLRangeRange for which to create the pivot cache.
Returns
- IXLPivotCache
The pivot cache for the range.