Class ExcelSlicerCache
Base class for table and pivot table slicer caches
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |