Annotation Type ExcelPivotColumnFunction
The Interface ExcelPivotColumnFunction.
ExcelPivotColumnFunction is used to add a column with specific function within pivot table.
ExcelPivotColumnFunction is composed of the following properties:
ExcelPivotColumnFunction is used to add a column with specific function within pivot table.
ExcelPivotColumnFunction is composed of the following properties:
- Order - to order the write of the column
- DataConsolidateFunction - to define the function
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionorg.apache.poi.ss.usermodel.DataConsolidateFunction[]Data consolidate function.doubleOrder.
-
Element Details
-
order
double orderOrder.- Returns:
- the double
-
dataConsolidateFunction
org.apache.poi.ss.usermodel.DataConsolidateFunction[] dataConsolidateFunctionData consolidate function.- Returns:
- the data consolidate function[]
-