ipivotcaches-ag凯发旗舰厅



com.spire.xls.core
interface ipivotcaches

all known implementing classes:
pivotcachescollection, xlspivotcachescollection

public interface ipivotcaches

represents collection of workbook pivot caches.


method summary
 pivotcache add(cellrange range)
          creates new chache object inside this collection.
  get(int index)
          returns single entry from the collection.
 int getcount()
          returns number of items in the collection.
 
method detail

getcount

int getcount()
returns number of items in the collection. read-only.
returns:

get

 get(int index)
returns single entry from the collection. read-only.
parameters:
index - zero-based index of the item to return.
returns:
single entry from the collection.

add

pivotcache add(cellrange range)
creates new chache object inside this collection.
parameters:
range - range that contains data to cache.
returns:
newly created object.


网站地图