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