|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsPivotCachesCollection
public class XlsPivotCachesCollection
| Constructor Summary | |
|---|---|
XlsPivotCachesCollection(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
PivotCache |
add(CellRange range)
Creates a new cache object in this collection. |
void |
add(XlsPivotCache cache)
Adds single item to the collection. |
void |
clear()
Clears collection |
java.lang.Object |
deepClone(java.lang.Object parent)
|
int |
getCount()
Returns number of items in the collection. |
XlsWorkbook |
getWorkbook()
|
| Methods inherited from interface com.spire.xls.core.IPivotCaches |
|---|
get |
| Constructor Detail |
|---|
public XlsPivotCachesCollection(java.lang.Object parent)
| Method Detail |
|---|
public XlsWorkbook getWorkbook()
public int getCount()
getCount in interface IPivotCachespublic PivotCache add(CellRange range)
add in interface IPivotCachesrange - Range that contains data to cache.
public void add(XlsPivotCache cache)
cache - Item to add.public void clear()
clear in class com.spire.ms.System.Collections.CollectionBasepublic java.lang.Object deepClone(java.lang.Object parent)
deepClone in class CollectionExtended
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||