Show / Hide Table of Contents

Class ExcelPivotTableSlicerItem

Represents a pivot table slicer item.

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

Properties

Hidden

If the value is hidden

Declaration
public bool Hidden { get; set; }
Property Value
Type Description
Boolean

Value

The value of the item

Declaration
public object Value { get; }
Property Value
Type Description
Object
In this article
Back to top Generated by DocFX