Show / Hide Table of Contents

Class ExcelTableSlicer

Represents a table slicer drawing object. A table slicer is attached to a table column value filter.

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelSlicer<ExcelTableSlicerCache>
ExcelTableSlicer
Implements
System.IDisposable
Inherited Members
ExcelSlicer<ExcelTableSlicerCache>._slicerXmlHelper
ExcelSlicer<ExcelTableSlicerCache>.DrawingType
ExcelSlicer<ExcelTableSlicerCache>.Caption
ExcelSlicer<ExcelTableSlicerCache>.ShowCaption
ExcelSlicer<ExcelTableSlicerCache>.SlicerName
ExcelSlicer<ExcelTableSlicerCache>.RowHeight
ExcelSlicer<ExcelTableSlicerCache>.StartItem
ExcelSlicer<ExcelTableSlicerCache>.ColumnCount
ExcelSlicer<ExcelTableSlicerCache>.LockedPosition
ExcelSlicer<ExcelTableSlicerCache>.Style
ExcelSlicer<ExcelTableSlicerCache>.StyleName
ExcelSlicer<ExcelTableSlicerCache>._cache
ExcelSlicer<ExcelTableSlicerCache>.Cache
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
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, IPictureContainer

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

Declaration
public ExcelTableColumn TableColumn { get; }
Property Value
Type Description
ExcelTableColumn

Implements

System.IDisposable
Back to top Generated by DocFX