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 |
---|---|
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. |
static PivotTable |
PivotTable.create(PivotTableCollection parentCollection,
PivotCache pivotCache,
String tableName)
Deprecated.
This method is internal and should not be used.
|
static PivotTable |
PivotTable.create(PivotTableCollection parentCollection,
PivotTable source)
Deprecated.
This method is internal and should not be used.
|
PivotTable |
PivotTableCollection.get(int index)
Gets the
PivotTable at the specified index. |
PivotTable |
PivotTableFilter.getPivotTable()
Gets the
PivotTable to filter. |
PivotTable |
PivotFieldBaseCollection.getPivotTable()
Deprecated.
This method is internal and should not be used.
|
PivotTable |
PivotField.getPivotTable()
Gets the parent
PivotTable . |
Modifier and Type | Method and Description |
---|---|
Iterator<PivotTable> |
PivotTableCollection.iterator()
Returns an iterator for the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTableCollection.addInternal(PivotTable item)
Deprecated.
This method is internal and should not be used.
|
static PivotTable |
PivotTable.create(PivotTableCollection parentCollection,
PivotTable source)
Deprecated.
This method is internal and should not be used.
|
static PivotField |
PivotField.create(PivotTable pivotTable,
com.gembox.spreadsheet.internal.pivottables.PivotCacheField cacheField)
Deprecated.
This method is internal and should not be used.
|
static PivotField |
PivotField.create(PivotTable pivotTable,
com.gembox.spreadsheet.internal.pivottables.PivotCacheField cacheField,
com.gembox.spreadsheet.internal.pivottables.PivotFieldType fieldType)
Deprecated.
This method is internal and should not be used.
|
static PivotField |
PivotField.create(PivotTable pivotTable,
PivotField source)
Deprecated.
This method is internal and should not be used.
|
void |
PivotTableCollection.removeInternal(PivotTable item)
Deprecated.
This method is internal and should not be used.
|
static void |
PivotTable.throwExceptionForReadOnlyTable(PivotTable pivotTable)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.