Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
PivotItem |
PivotItemCollection.addCalculated(String itemName,
String formula)
Adds a calculated
PivotItem at the end of the collection. |
static PivotItem |
PivotItem.create(PivotField pivotField,
com.gembox.spreadsheet.internal.pivottables.PivotCacheItem cacheItem)
Deprecated.
This method is internal and should not be used.
|
static PivotItem |
PivotItem.create(PivotField pivotField,
PivotItem source)
Deprecated.
This method is internal and should not be used.
|
PivotItem |
PivotItemCollection.get(int index)
Gets the
PivotItem at the specified index. |
PivotItem |
PivotItemCollection.get(String itemName)
Gets the
PivotItem with the specified name. |
PivotItem |
PivotField.getBaseItem()
Gets the item in the
PivotField.getBaseField() used for a custom calculation. |
PivotItem |
PivotField.getCurrentPageItem()
Gets the current page item showing for the page field.
|
Modifier and Type | Method and Description |
---|---|
List<PivotItem> |
PivotTableSortOptions.getPivotItems()
Gets the pivot items that specify the row (or column) that which will be used to sort the pivot field.
|
Iterator<PivotItem> |
PivotItemCollection.iterator()
Returns an iterator for the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotItemCollection.addInternal(PivotItem item)
Deprecated.
This method is internal and should not be used.
|
boolean |
PivotItemCollection.contains(PivotItem item)
Determines whether an
PivotItem element is in the collection. |
static PivotItem |
PivotItem.create(PivotField pivotField,
PivotItem source)
Deprecated.
This method is internal and should not be used.
|
int |
PivotItemCollection.indexOf(PivotItem item)
Searches for the specified
PivotItem and returns the zero-based index of the first occurrence within the entire collection. |
void |
PivotItemCollection.insertInternal(int index,
PivotItem item)
Deprecated.
This method is internal and should not be used.
|
void |
PivotItemCollection.removeInternal(PivotItem item)
Deprecated.
This method is internal and should not be used.
|
void |
PivotField.setBaseItem(PivotItem value)
Sets the item in the
PivotField.getBaseField() used for a custom calculation. |
void |
PivotField.setCurrentPageItem(PivotItem item)
Gets the current page item showing for the page field.
|
void |
PivotField.sort(boolean descending,
PivotField sortByDataField,
PivotItem... sortByPivotItems)
Sorts this pivot field by the data field.
|
Modifier and Type | Method and Description |
---|---|
static PivotTableSortOptions |
PivotTableSortOptions.create(boolean descending,
PivotField dataField,
List<PivotItem> pivotItems)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.