Table of Contents

Interface IXLPivotCaches

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll

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

range IXLRange

Range for which to create the pivot cache.

Returns

IXLPivotCache

The pivot cache for the range.