Show / Hide Table of Contents

Class ExcelPivotTableSlicerCache

Represents a pivot table slicer cache.

Inheritance
System.Object
XmlHelper
ExcelSlicerCache
ExcelPivotTableSlicerCache
Inherited Members
ExcelSlicerCache.SlicerCacheXml
ExcelSlicerCache.Name
ExcelSlicerCache.SourceName
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Slicer
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTableSlicerCache : ExcelSlicerCache

Properties

Data

Tabular data for a pivot table slicer cache.

Declaration
public ExcelPivotTableSlicerCacheTabularData Data { get; }
Property Value
Type Description
ExcelPivotTableSlicerCacheTabularData

PivotTables

A collection of pivot tables attached to the slicer cache.

Declaration
public ExcelSlicerPivotTableCollection PivotTables { get; }
Property Value
Type Description
ExcelSlicerPivotTableCollection

SourceType

The source type of the slicer

Declaration
public override eSlicerSourceType SourceType { get; }
Property Value
Type Description
eSlicerSourceType
Overrides
ExcelSlicerCache.SourceType
In This Article
Back to top Generated by DocFX