Class ExcelSlicerCache
Base class for table and pivot table slicer caches
Inheritance
System.Object
    
    ExcelSlicerCache
      
      
  Inherited Members
      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 abstract class ExcelSlicerCache : XmlHelper
  Properties
Name
The name of the slicer cache
Declaration
public string Name { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SlicerCacheXml
The slicer cache xml document
Declaration
public XmlDocument SlicerCacheXml { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Xml.XmlDocument | 
SourceName
The name of the source field or column.
Declaration
public string SourceName { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SourceType
The source of the slicer.
Declaration
public abstract eSlicerSourceType SourceType { get; }
  Property Value
| Type | Description | 
|---|---|
| eSlicerSourceType |