Show / Hide Table of Contents

Class ExcelPivotTableSlicerItem

Represents a pivot table slicer item.

Inheritance
System.Object
ExcelPivotTableSlicerItem
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.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
System.Boolean

Value

The value of the item

Declaration
public object Value { get; }
Property Value
Type Description
System.Object
Back to top Generated by DocFX