xlspivotcachescollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class xlspivotcachescollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.collections.xlspivotcachescollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ipivotcaches, java.lang.iterable
- direct known subclasses:
- pivotcachescollection
public class xlspivotcachescollection
- extends
- implements ipivotcaches, java.lang.iterable
xlspivotcachescollection
public xlspivotcachescollection(java.lang.object parent)
getworkbook
public xlsworkbook getworkbook()
getcount
public int getcount()
- returns number of items in the collection. read-only.
- specified by:
getcount
in interface ipivotcaches
- returns:
add
public pivotcache add(cellrange range)
- creates a new cache object in this collection.
- specified by:
add
in interface ipivotcaches
- parameters:
range
- range that contains data to cache.
- returns:
- newly created object.
add
public void add(xlspivotcache cache)
- adds single item to the collection.
- parameters:
cache
- item to add.
clear
public void clear()
- clears collection
- overrides:
clear
in class com.spire.ms.system.collections.collectionbase
deepclone
public java.lang.object deepclone(java.lang.object parent)
- overrides:
in class