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
bool

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