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