Click or drag to resize

IPivotCaches Interface

Represents collection of workbook pivot caches.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotCaches

The IPivotCaches type exposes the following members.

Properties
Name Description
Public property Count
Returns number of items in the collection. Read-only.
Public property Item
Returns single entry from the collection. Read-only.
Top
Methods
Name Description
Public method Add
Creates new chache object inside this collection.
Top
See Also