Table of Contents

Class ExcelTableSlicerCache

Namespace
OfficeOpenXml.Drawing.Slicer
Assembly
EPPlus.dll

Represents a slicer cache with a table as source

public class ExcelTableSlicerCache : ExcelSlicerCache
Inheritance
ExcelTableSlicerCache
Inherited Members

Properties

CrossFilter

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

public eCrossFilter CrossFilter { get; set; }

Property Value

eCrossFilter

CustomListSort

If custom lists are used when sorting the items

public bool CustomListSort { get; set; }

Property Value

bool

HideItemsWithNoData

If true, items that have no data are not displayed

public bool HideItemsWithNoData { get; set; }

Property Value

bool

SortOrder

How the table slicer items are sorted

public eSortOrder SortOrder { get; set; }

Property Value

eSortOrder

SourceType

The source type for the slicer cache

public override eSlicerSourceType SourceType { get; }

Property Value

eSlicerSourceType

TableColumn

The table column that is the source for the slicer

public ExcelTableColumn TableColumn { get; }

Property Value

ExcelTableColumn