| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IPivotCache |
IPivotCaches.create(java.lang.Object SourceData)
Creates a new PivotCache.
|
IPivotCache |
IPivotCaches.get(int index)
Gets a PivotCache by index.
|
IPivotCache |
IPivotTable.getPivotCache()
Returns a PivotCache object that represents the cache for the specified
PivotTable report.
|
| Modifier and Type | Method and Description |
|---|---|
IPivotTable |
IPivotTables.add(IPivotCache PivotCache,
IRange TableDestination)
Adds a new PivotTable report.
|
IPivotTable |
IPivotTables.add(IPivotCache PivotCache,
IRange TableDestination,
java.lang.String TableName)
Adds a new PivotTable report.
|