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
CustomListSort
If custom lists are used when sorting the items
public bool CustomListSort { get; set; }
Property Value
HideItemsWithNoData
If true, items that have no data are not displayed
public bool HideItemsWithNoData { get; set; }
Property Value
SortOrder
How the table slicer items are sorted
public eSortOrder SortOrder { get; set; }
Property Value
SourceType
The source type for the slicer cache
public override eSlicerSourceType SourceType { get; }
Property Value
TableColumn
The table column that is the source for the slicer
public ExcelTableColumn TableColumn { get; }