Show / Hide Table of Contents

Class ExcelPivotTableSlicerCacheTabularData

Tabular data for a pivot table slicer cache.

Inheritance
System.Object
XmlHelper
ExcelPivotTableSlicerCacheTabularData
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 class ExcelPivotTableSlicerCacheTabularData : XmlHelper

Properties

CrossFilter

How the items that are used in slicer cross filtering are displayed

Declaration
public eCrossFilter CrossFilter { get; set; }
Property Value
Type Description
eCrossFilter

CustomListSort

If custom lists are used when sorting the items

Declaration
public bool CustomListSort { get; set; }
Property Value
Type Description
System.Boolean

Items

The items of the slicer. Note that the sort order of this collection is the same as the pivot table field items, not the sortorder of the slicer. Showing/hiding items are reflects to the pivot table(s) field items collection.

Declaration
public ExcelPivotTableSlicerItemCollection Items { get; }
Property Value
Type Description
ExcelPivotTableSlicerItemCollection

PivotCacheId

The pivot table cache id

Declaration
public int PivotCacheId { get; }
Property Value
Type Description
System.Int32

SortOrder

How the table slicer items are sorted

Declaration
public eSortOrder SortOrder { get; set; }
Property Value
Type Description
eSortOrder
In This Article
Back to top Generated by DocFX