Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
PivotFieldCalculationType |
PivotField.getFunction()
Gets the function used to summarize/aggregate this
PivotField . |
static PivotFieldCalculationType |
PivotFieldCalculationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotFieldCalculationType[] |
PivotFieldCalculationType.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.setFunction(PivotFieldCalculationType calculationType)
Sets the function used to summarize/aggregate this
PivotField . |
© GemBox d.o.o. — All rights reserved.