Table of Contents

Class ExcelSlicerAsType

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

Provides easy type cast for slicer drawings.

public class ExcelSlicerAsType
Inheritance
ExcelSlicerAsType
Inherited Members

Properties

PivotTableSlicer

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

public ExcelPivotTableSlicer PivotTableSlicer { get; }

Property Value

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

public ExcelTableSlicer TableSlicer { get; }

Property Value

ExcelTableSlicer

The drawing as a table slicer