Table of Contents

Class ExcelPivotTableCollection

Namespace
OfficeOpenXml.Table.PivotTable
Assembly
Magicodes.EPPlus.dll
public class ExcelPivotTableCollection : IEnumerable<ExcelPivotTable>, IEnumerable
Inheritance
ExcelPivotTableCollection
Implements
Inherited Members
Extension Methods

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ExcelPivotTable this[int Index] { get; }

Parameters

Index int

Property Value

ExcelPivotTable

this[string]

public ExcelPivotTable this[string Name] { get; }

Parameters

Name string

Property Value

ExcelPivotTable

Methods

Add(ExcelAddressBase, ExcelRangeBase, string)

public ExcelPivotTable Add(ExcelAddressBase Range, ExcelRangeBase Source, string Name)

Parameters

Range ExcelAddressBase
Source ExcelRangeBase
Name string

Returns

ExcelPivotTable

GetEnumerator()

public IEnumerator<ExcelPivotTable> GetEnumerator()

Returns

IEnumerator<ExcelPivotTable>