Show / Hide Table of Contents

Class ExcelSlicerAsType

Provides easy type cast for slicer drawings.

Inheritance
object
ExcelSlicerAsType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelSlicerAsType

Properties

PivotTableSlicer

Returns the drawing as pivot table slicer . If this drawing is not a pivot table slicer, null will be returned

Declaration
public ExcelPivotTableSlicer PivotTableSlicer { get; }
Property Value
Type Description
ExcelPivotTableSlicer

The drawing as a pivot table slicer

TableSlicer

Returns the drawing as table slicer . If this drawing is not a table slicer, null will be returned

Declaration
public ExcelTableSlicer TableSlicer { get; }
Property Value
Type Description
ExcelTableSlicer

The drawing as a table slicer

In this article
Back to top Generated by DocFX