Class ExcelTableSlicer
Represents a table slicer drawing object. A table slicer is attached to a table column value filter.
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
Implements
System.IDisposable