Class ExcelSlicerAsType
Provides easy type cast for slicer drawings.
Inherited Members
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 |