|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataConsolidateFunction | |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of DataConsolidateFunction in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return DataConsolidateFunction | |
---|---|
static DataConsolidateFunction |
DataConsolidateFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataConsolidateFunction[] |
DataConsolidateFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of DataConsolidateFunction in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with parameters of type DataConsolidateFunction | |
---|---|
void |
XSSFPivotTable.addColumnLabel(DataConsolidateFunction function,
int columnIndex)
Add a column label using data from the given column and specified function |
void |
XSSFPivotTable.addColumnLabel(DataConsolidateFunction function,
int columnIndex,
java.lang.String valueFieldName)
Add a column label using data from the given column and specified function |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |