Show / Hide Table of Contents

Class ExcelPivotAreaReferenceItems

A list of pivot item refernces

Inheritance
object
EPPlusReadOnlyList<PivotItemReference>
ExcelPivotAreaReferenceItems
Implements
IEnumerable<PivotItemReference>
IEnumerable
Inherited Members
EPPlusReadOnlyList<PivotItemReference>.this[int]
EPPlusReadOnlyList<PivotItemReference>.GetIndexByValue(PivotItemReference)
EPPlusReadOnlyList<PivotItemReference>.Count
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotAreaReferenceItems : EPPlusReadOnlyList<PivotItemReference>, IEnumerable<PivotItemReference>, IEnumerable

Methods

Add(int)

Adds the item at the index to the condition. The index referes to the pivot cache.

Declaration
public void Add(int index)
Parameters
Type Name Description
int index

Index into the pivot cache items. Either the shared items or the group items

AddByValue(object)

Adds a specific cache item to the condition. The value is matched against the values in the pivot cache, either the shared items or the group items.

Declaration
public bool AddByValue(object value)
Parameters
Type Name Description
object value

The value to match against. Is matched agaist the cache values and must be matched with the same data type.

Returns
Type Description
bool

true if the value has been added, otherwise false

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX