public interface IPivotCache
| Modifier and Type | Method and Description |
|---|---|
IPivotTable |
createPivotTable(IRange TableDestination)
Creates a PivotTable report based on a PivotCache object.
|
IPivotTable |
createPivotTable(IRange TableDestination,
java.lang.String TableName)
Creates a PivotTable report based on a PivotCache object.
|
int |
getIndex()
Returns the index number of the object within the collection of similar
objects.
|
int |
getRecordCount()
Returns the number of records in the PivotTable cache or the number of cache
records that contain the specified item.
|
java.util.Date |
getRefreshDate()
Returns the date on which the PivotTable cache was last refreshed.
|
java.lang.String |
getRefreshName()
Returns the name of the person who last refreshed the PivotTable cache.
|
IRange |
getSourceData()
Gets the data source for the PivotTable report.
|
void |
refresh()
Updates the cache of the PivotTable object.
|
void |
setSourceData(IRange value)
Sets the data source for the PivotTable report.
|
int getIndex()
int getRecordCount()
java.util.Date getRefreshDate()
java.lang.String getRefreshName()
IRange getSourceData()
void setSourceData(IRange value)
IPivotTable createPivotTable(IRange TableDestination)
TableDestination - The cell in the upper-left corner of the PivotTable report’s
destination range (the range on the worksheet where the resulting
PivotTable report will be placed). The destination range must be
on a worksheet in the workbook that contains the PivotCache object
specified by expression.IPivotTable createPivotTable(IRange TableDestination, java.lang.String TableName)
TableDestination - The cell in the upper-left corner of the PivotTable report’s
destination range (the range on the worksheet where the resulting
PivotTable report will be placed). The destination range must be
on a worksheet in the workbook that contains the PivotCache object
specified by expression.TableName - The name of the new PivotTable report.void refresh()