Uses of Enum Class
io.keikai.model.SubtotalFunction
Packages that use SubtotalFunction
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SubtotalFunction in io.keikai.model
Methods in io.keikai.model that return SubtotalFunctionModifier and TypeMethodDescriptionstatic SubtotalFunctionSubtotalFunction.fromCode(int code) Returns the SubtotalFunction for the given numeric code.static SubtotalFunctionReturns the enum constant of this class with the specified name.static SubtotalFunction[]SubtotalFunction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubtotalFunction in io.keikai.range
Methods in io.keikai.range with parameters of type SubtotalFunctionModifier and TypeMethodDescriptionvoidSRange.subtotal(int groupByCol, SubtotalFunction function, int[] totalCols, boolean replace, boolean pageBreak, boolean summaryBelowData) Applies subtotals to this range. -
Uses of SubtotalFunction in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SubtotalFunctionModifier and TypeMethodDescriptionstatic voidSubtotalHelper.applySubtotal(SSheet sheet, CellRegion range, int groupByCol, SubtotalFunction function, int[] totalCols, boolean replace, boolean pageBreak, boolean summaryBelowData) Applies subtotals to the specified range on the sheet.voidRangeImpl.subtotal(int groupByCol, SubtotalFunction function, int[] totalCols, boolean replace, boolean pageBreak, boolean summaryBelowData)