Table of Contents

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

ExcelPivotTableSlicerCacheTabularData

PivotTables

A collection of pivot tables attached to the slicer cache.

public ExcelSlicerPivotTableCollection PivotTables { get; }

Property Value

ExcelSlicerPivotTableCollection

SourceType

The source type of the slicer

public override eSlicerSourceType SourceType { get; }

Property Value

eSlicerSourceType