Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
PivotTable |
ExcelWorksheet.addPivotTable(PivotCache pivotCache,
String tableName,
ExcelCell topLeftCell)
Adds a new
PivotTable to the PivotTableCollection of this worksheet. |
PivotTable |
ExcelWorksheet.addPivotTable(PivotCache pivotCache,
String tableName,
String cellReference)
Adds a new
PivotTable to the PivotTableCollection of this worksheet. |
Modifier and Type | Method and Description |
---|---|
PivotCache |
PivotCacheCollection.addWorksheetSource(String reference)
Adds a new
PivotCache from the worksheet data source. |
static PivotCache |
PivotCache.create(PivotCacheCollection parentCollection,
PivotCacheSource cacheSource)
Deprecated.
This method is internal and should not be used.
|
PivotCache |
PivotCacheCollection.createCacheFromSource(PivotCacheSource cacheSource)
Deprecated.
This method is internal and should not be used.
|
PivotCache |
PivotCacheCollection.get(int index)
Gets the
PivotCache at the specified index. |
PivotCache |
PivotTable.getPivotCache()
Gets the
PivotCache associated with this PivotTable . |
Modifier and Type | Method and Description |
---|---|
Iterator<PivotCache> |
PivotCacheCollection.iterator()
Returns an iterator for the collection.
|
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTableCollection.add(PivotCache pivotCache,
String tableName,
ExcelCell topLeftCell)
Adds a new
PivotTable to the collection. |
PivotTable |
PivotTableCollection.add(PivotCache pivotCache,
String tableName,
String cellReference)
Adds a new
PivotTable to the collection. |
void |
PivotCacheCollection.addInternal(PivotCache item)
Deprecated.
This method is internal and should not be used.
|
boolean |
PivotCacheCollection.containsInternal(PivotCache item)
Deprecated.
This method is internal and should not be used.
|
static PivotTable |
PivotTable.create(PivotTableCollection parentCollection,
PivotCache pivotCache,
String tableName)
Deprecated.
This method is internal and should not be used.
|
void |
PivotCacheCollection.removeInternal(PivotCache item)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.