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 |
---|---|
PivotTableCollection |
ExcelWorksheet.getPivotTables()
Gets the collection of all
PivotTable s contained in this worksheet. |
Modifier and Type | Method and Description |
---|---|
static PivotTableCollection |
PivotTableCollection.create(ExcelWorksheet worksheet)
Deprecated.
This method is internal and should not be used.
|
static PivotTableCollection |
PivotTableCollection.create(ExcelWorksheet worksheet,
PivotTableCollection sourceCollection)
Deprecated.
This method is internal and should not be used.
|
PivotTableCollection |
PivotTable.getParentCollection()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
static PivotTableCollection |
PivotTableCollection.create(ExcelWorksheet worksheet,
PivotTableCollection sourceCollection)
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.
|
static PivotTable |
PivotTable.create(PivotTableCollection parentCollection,
PivotTable source)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.