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
this[int]
public ExcelPivotTable this[int Index] { get; }
Parameters
Index
int
Property Value
this[string]
public ExcelPivotTable this[string Name] { get; }
Parameters
Name
string
Property Value
Methods
Add(ExcelAddressBase, ExcelRangeBase, string)
public ExcelPivotTable Add(ExcelAddressBase Range, ExcelRangeBase Source, string Name)
Parameters
Range
ExcelAddressBaseSource
ExcelRangeBaseName
string
Returns
GetEnumerator()
public IEnumerator<ExcelPivotTable> GetEnumerator()