public interface IPivotCaches extends java.lang.Iterable<IPivotCache>
| Modifier and Type | Method and Description |
|---|---|
IPivotCache |
create(java.lang.Object SourceData)
Creates a new PivotCache.
|
IPivotCache |
get(int index)
Gets a PivotCache by index.
|
int |
getCount()
Returns the number of objects in the collection.
|
int getCount()
IPivotCache get(int index)
IPivotCache create(java.lang.Object SourceData)
SourceData - The data for the new PivotTable cache.