xlspivotcachescollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class xlspivotcachescollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by 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

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

xlspivotcachescollection

public xlspivotcachescollection(java.lang.object parent)
method detail

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


网站地图