Class ExcelTableSlicer
Represents a table slicer drawing object. A table slicer is attached to a table column value filter.
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Slicer
Assembly: EPPlus.dll
Syntax
public class ExcelTableSlicer : ExcelSlicer<ExcelTableSlicerCache>, IDisposable
Properties
FilterValues
The value filters for the slicer. This is the same filter as the filter for the table. This filter is a value filter.
Declaration
public ExcelValueFilterCollection FilterValues { get; }
Property Value
| Type | Description |
|---|---|
| ExcelValueFilterCollection |
TableColumn
The table column that the slicer is connected to.
Declaration
public ExcelTableColumn TableColumn { get; }
Property Value
| Type | Description |
|---|---|
| ExcelTableColumn |