Table of Contents

Class ExcelPivotTableSlicerItem

Namespace
OfficeOpenXml.Drawing.Slicer
Assembly
EPPlus.dll

Represents a pivot table slicer item.

public class ExcelPivotTableSlicerItem
Inheritance
ExcelPivotTableSlicerItem
Inherited Members

Properties

Hidden

If the value is hidden

public bool Hidden { get; set; }

Property Value

bool

Value

The value of the item

public object Value { get; }

Property Value

object