Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
PivotItemPosition |
PivotField.getBaseItemPosition()
Gets the item position in the
PivotField.getBaseField() used for a custom calculation. |
static PivotItemPosition |
PivotItemPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotItemPosition[] |
PivotItemPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotField.setBaseItemPosition(PivotItemPosition value)
Sets the item position in the
PivotField.getBaseField() used for a custom calculation. |
© GemBox Ltd. — All rights reserved.