Class ExcelSlicerAsType
Provides easy type cast for slicer drawings.
Inheritance
System.Object
ExcelSlicerAsType
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
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 |