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
Public Interface IPivotCaches
public interface class IPivotCaches
type IPivotCaches =interface end
The
IPivotCaches
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Returns number of items in the collection. Read-only.
|
|
Item
|
Returns single entry from the collection. Read-only.
|
Top
Methods
|
Name
|
Description
|
|
Add
|
Creates new chache object inside this collection.
|
Top
See Also