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
Parent
public XlsWorkbook Parent { get; }
Property Value
Workbook
public XlsWorkbook Workbook { get; }
Property Value
Methods
Add(CellRange)
public PivotCache Add(CellRange range)
Parameters
range
CellRange
Returns
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
Remove(IPivotCache)
public void Remove(IPivotCache pivotCache)
Parameters
pivotCache
IPivotCache
RemoveAt(int)
public void RemoveAt(int index)
Parameters
index
int