| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| 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.
|
IPivotTable |
IPivotCache.createPivotTable(IRange TableDestination)
Creates a PivotTable report based on a PivotCache object.
|
IPivotTable |
IPivotCache.createPivotTable(IRange TableDestination,
java.lang.String TableName)
Creates a PivotTable report based on a PivotCache object.
|
IPivotTable |
IPivotTables.get(int index)
Returns a single object from a collection.
|
IPivotTable |
ISlicerPivotTables.get(int index)
Gets the
IPivotTable with the specified index. |
IPivotTable |
IPivotTables.get(java.lang.String name)
Returns a single object from a collection.
|
IPivotTable |
IPivotCell.getPivotTable()
Returns a PivotTable object that represents the PivotTable report containing the upper-left corner of the specified range,
or the PivotTable report associated with the PivotChart report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISlicerPivotTables.addPivotTable(IPivotTable pivotTable)
Adds a reference to a PivotTable to the
ISlicerPivotTables
collection. |
void |
ISlicerPivotTables.removePivotTable(IPivotTable pivotTable)
Removes a reference to a PivotTable from the
ISlicerPivotTables
collection. |
| Modifier and Type | Method and Description |
|---|---|
IPivotTable |
IChart.getPivotTable()
Returns the
IPivotTable object that represents the the
PivotTable report containing the upper-left corner of the specified range, or
the PivotTable report associated with the PivotChart report. |