Show / Hide Table of Contents

Class ExcelSlicerCache

Base class for table and pivot table slicer caches

Inheritance
System.Object
XmlHelper
ExcelSlicerCache
ExcelPivotTableSlicerCache
ExcelTableSlicerCache
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

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

Declaration
public abstract eSlicerSourceType SourceType { get; }
Property Value
Type Description
eSlicerSourceType

Methods

CreatePart(ExcelWorkbook)

Declaration
protected void CreatePart(ExcelWorkbook wb)
Parameters
Type Name Description
ExcelWorkbook wb

CreateWorkbookReference(ExcelWorkbook, String)

Declaration
protected void CreateWorkbookReference(ExcelWorkbook wb, string uriGuid)
Parameters
Type Name Description
ExcelWorkbook wb
System.String uriGuid

GetStartXml()

Declaration
protected string GetStartXml()
Returns
Type Description
System.String
Back to top Generated by DocFX