Table of Contents

Class XlsPivotCachesCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsPivotCachesCollection : CollectionExtended<IPivotCache>, IList<IPivotCache>, ICollection<IPivotCache>, IExcelApplication, ICloneParent, IPivotCaches, IEnumerable<IPivotCache>, IEnumerable
Inheritance
XlsPivotCachesCollection
Implements
Derived
Inherited Members

Constructors

XlsPivotCachesCollection(object)

public XlsPivotCachesCollection(object parent)

Parameters

parent object

Properties

Count

public int Count { get; }

Property Value

int

Parent

public XlsWorkbook Parent { get; }

Property Value

XlsWorkbook

Workbook

public XlsWorkbook Workbook { get; }

Property Value

XlsWorkbook

Methods

Add(CellRange)

public PivotCache Add(CellRange range)

Parameters

range CellRange

Returns

PivotCache

Add(XlsPivotCache)

public void Add(XlsPivotCache cache)

Parameters

cache XlsPivotCache

Clear()

Clears collection

public void Clear()

Clone(object)

public object Clone(object parent)

Parameters

parent object

Returns

object

Remove(IPivotCache)

public void Remove(IPivotCache pivotCache)

Parameters

pivotCache IPivotCache

RemoveAt(int)

public void RemoveAt(int index)

Parameters

index int