|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.pivottables.xlspivotcache
public class xlspivotcache
constructor summary | |
---|---|
xlspivotcache(java.lang.object parent)
main class constructor. |
|
xlspivotcache(java.lang.object parent,
ixlsrange datarange)
|
method summary | |
---|---|
int |
getcreatedversion()
specifies the version of the application that created the cache. |
boolean |
getenablerefresh()
specifies a boolean value that indicates whether the user can refresh the cache. |
int |
getindex()
gets zero-based cache index.read-only. |
int |
getminrefreshableversion()
specifies the earliest version of the application that is required to refresh the cache. |
xlspivotcachescollection |
getparent()
gets parent object. |
java.lang.string |
getrangename()
contains the name of the pivot cache namedrange |
com.spire.ms.system.datetime |
getrefreshdate()
gets/sets refresh date of the cache. |
java.lang.string |
getrefreshedby()
|
int |
getrefreshedversion()
specifies the version of the application that last refreshed the cache. |
ixlsrange |
getsourcerange()
returns the data source for the pivottable report. |
datasourcetype |
getsourcetype()
data source is one of: 1 - excel worksheet, 2 - external data, 4 - consolidation, 8 - scenario pivottable. |
boolean |
getsupportadvanceddrill()
specifies whether the cache's data source supports attribute drilldown. |
boolean |
hasnamedrange()
indicates whether the pivot cache has named range |
static boolean |
inrange(ixlsrange sourcerange,
xlsworksheet worksheet,
int index,
int count,
boolean isrow)
indicates whether specified insert row/column operation affected pivot cache in some way. |
boolean |
isbackgroundquery()
specifies a boolean value that indicates whether the application should query and retrieve records asynchronously from the cache. |
void |
isbackgroundquery(boolean value)
specifies a boolean value that indicates whether the application should query and retrieve records asynchronously from the cache. |
boolean |
isinvaliddata()
specifies a boolean value that indicates whether the cache needs to be refreshed. |
void |
isinvaliddata(boolean value)
specifies a boolean value that indicates whether the cache needs to be refreshed. |
boolean |
isoptimizedcache()
specifies a boolean value that indicates whether the application will apply optimizations to the cache to reduce memory usage |
void |
isoptimizedcache(boolean value)
specifies a boolean value that indicates whether the application will apply optimizations to the cache to reduce memory usage |
boolean |
isrefreshonload()
specifies a boolean value that indicates whether the application will refresh the cache |
void |
isrefreshonload(boolean value)
specifies a boolean value that indicates whether the application will refresh the cache |
boolean |
issavedata()
specifies a boolean value that indicates whether the pivot records are saved with the cache. |
boolean |
issupportsubquery()
specifies whether the cache's data source supports subqueries |
void |
issupportsubquery(boolean value)
specifies whether the cache's data source supports subqueries |
boolean |
isupgradeonrefresh()
specifies a boolean value that indicates whether the cache is scheduled for version upgrade. |
void |
isupgradeonrefresh(boolean value)
specifies a boolean value that indicates whether the cache is scheduled for version upgrade. |
void |
setcreatedversion(int value)
specifies the version of the application that created the cache. |
void |
setenablerefresh(boolean value)
specifies a boolean value that indicates whether the user can refresh the cache. |
void |
setminrefreshableversion(int value)
specifies the earliest version of the application that is required to refresh the cache. |
void |
setrangename(java.lang.string value)
contains the name of the pivot cache namedrange |
void |
setrefreshdate(com.spire.ms.system.datetime value)
gets/sets refresh date of the cache. |
void |
setrefreshedby(java.lang.string value)
|
void |
setrefreshedversion(int value)
specifies the version of the application that last refreshed the cache. |
void |
setsupportadvanceddrill(boolean value)
specifies whether the cache's data source supports attribute drilldown. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlspivotcache(java.lang.object parent)
parent
- reference to the parent object which will host this object
public xlspivotcache(java.lang.object parent, ixlsrange datarange)
method detail |
---|
public int getindex()
public datasourcetype getsourcetype()
public ixlsrange getsourcerange()
public xlspivotcachescollection getparent()
getparent
in class xlsobject
public boolean isupgradeonrefresh()
public void isupgradeonrefresh(boolean value)
public java.lang.string getrefreshedby()
public void setrefreshedby(java.lang.string value)
public boolean issupportsubquery()
public void issupportsubquery(boolean value)
public boolean issavedata()
public boolean isoptimizedcache()
public void isoptimizedcache(boolean value)
public boolean getenablerefresh()
public void setenablerefresh(boolean value)
public boolean isbackgroundquery()
public void isbackgroundquery(boolean value)
public int getcreatedversion()
public void setcreatedversion(int value)
public int getminrefreshableversion()
public void setminrefreshableversion(int value)
public int getrefreshedversion()
public void setrefreshedversion(int value)
public boolean isinvaliddata()
public void isinvaliddata(boolean value)
public boolean getsupportadvanceddrill()
public void setsupportadvanceddrill(boolean value)
public boolean isrefreshonload()
public void isrefreshonload(boolean value)
public com.spire.ms.system.datetime getrefreshdate()
public void setrefreshdate(com.spire.ms.system.datetime value)
public java.lang.string getrangename()
public void setrangename(java.lang.string value)
public boolean hasnamedrange()
public static boolean inrange(ixlsrange sourcerange, xlsworksheet worksheet, int index, int count, boolean isrow)
sourcerange
- worksheet
- index
- count
- isrow
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |