Show / Hide Table of Contents

Class ExcelPivotTableSlicerCache

Represents a pivot table slicer cache.

Inheritance
System.Object
XmlHelper
ExcelSlicerCache
ExcelPivotTableSlicerCache
Inherited Members
ExcelSlicerCache.CreatePart(ExcelWorkbook)
ExcelSlicerCache.SlicerCacheXml
ExcelSlicerCache.Name
ExcelSlicerCache.SourceName
ExcelSlicerCache.GetStartXml()
ExcelSlicerCache.CreateWorkbookReference(ExcelWorkbook, String)
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

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

PivotTables

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

SourceType

Declaration
public override eSlicerSourceType SourceType { get; }
Property Value
Type Description
eSlicerSourceType
Overrides
ExcelSlicerCache.SourceType

Methods

UpdateItemsXml()

Declaration
protected void UpdateItemsXml()
Back to top Generated by DocFX