Class ExcelSlicerCache
- Namespace
- OfficeOpenXml.Drawing.Slicer
- Assembly
- EPPlus.dll
Base class for table and pivot table slicer caches
public abstract class ExcelSlicerCache : XmlHelper
- Inheritance
-
ExcelSlicerCache
- Derived
- Inherited Members
Properties
Name
The name of the slicer cache
public string Name { get; protected set; }
Property Value
SlicerCacheXml
The slicer cache xml document
public XmlDocument SlicerCacheXml { get; protected set; }
Property Value
- XmlDocument
SourceName
The name of the source field or column.
public string SourceName { get; protected set; }
Property Value
SourceType
The source of the slicer.
public abstract eSlicerSourceType SourceType { get; }