Uses of Enum Class
io.keikai.api.Range.AutoFillType
Packages that use Range.AutoFillType
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
-
Uses of Range.AutoFillType in io.keikai.api
Methods in io.keikai.api that return Range.AutoFillTypeModifier and TypeMethodDescriptionstatic Range.AutoFillTypeReturns the enum constant of this class with the specified name.static Range.AutoFillType[]Range.AutoFillType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api with parameters of type Range.AutoFillTypeModifier and TypeMethodDescriptionstatic voidCellOperationUtil.autoFill(Range src, Range dest, Range.AutoFillType type) Fills data from source range to destination range automatically upon auto fill typevoidRange.autoFill(Range dest, Range.AutoFillType fillType) According to current range, fills data to destination range automatically -
Uses of Range.AutoFillType in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.AutoFillTypeModifier and TypeMethodDescriptionvoidRangeImpl.autoFill(Range dest, Range.AutoFillType fillType) -
Uses of Range.AutoFillType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.AutoFillTypeModifier and TypeMethodDescriptionstatic SRange.FillTypeEnumUtil.toRangeFillType(Range.AutoFillType fillType) -
Uses of Range.AutoFillType in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type Range.AutoFillTypeModifierConstructorDescriptionAutoFillCellAction(String label, Sheet sheet, int srcRow, int srcColumn, int srcLastRow, int srcLastColumn, Sheet destSheet, int destRow, int destColumn, int destLastRow, int destLastColumn, Range.AutoFillType fillType)