Class ExcelTableSlicer
- Namespace
- OfficeOpenXml.Drawing.Slicer
- Assembly
- EPPlus.dll
Represents a table slicer drawing object. A table slicer is attached to a table column value filter.
public class ExcelTableSlicer : ExcelSlicer<ExcelTableSlicerCache>, IDisposable
- Inheritance
-
ExcelTableSlicer
- Implements
- Inherited Members
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.
public ExcelValueFilterCollection FilterValues { get; }
Property Value
TableColumn
The table column that the slicer is connected to.
public ExcelTableColumn TableColumn { get; }