Class ExcelPivotTableSlicerCache
- Namespace
- OfficeOpenXml.Drawing.Slicer
- Assembly
- EPPlus.dll
Represents a pivot table slicer cache.
public class ExcelPivotTableSlicerCache : ExcelSlicerCache
- Inheritance
-
ExcelPivotTableSlicerCache
- Inherited Members
Properties
Data
Tabular data for a pivot table slicer cache.
public ExcelPivotTableSlicerCacheTabularData Data { get; }
Property Value
PivotTables
A collection of pivot tables attached to the slicer cache.
public ExcelSlicerPivotTableCollection PivotTables { get; }
Property Value
SourceType
The source type of the slicer
public override eSlicerSourceType SourceType { get; }