Uses of Class
io.keikai.api.Range.AutoFillType
-
Packages that use Range.AutoFillType Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.ui.impl.undo 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.AutoFillType Modifier and Type Method Description static Range.AutoFillType
Range.AutoFillType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.AutoFillType[]
Range.AutoFillType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api with parameters of type Range.AutoFillType Modifier and Type Method Description static void
CellOperationUtil. autoFill(Range src, Range dest, Range.AutoFillType type)
Fills data from source range to destination range automatically upon auto fill typevoid
Range. 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.AutoFillType Modifier and Type Method Description void
RangeImpl. 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.AutoFillType Modifier and Type Method Description static SRange.FillType
EnumUtil. 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.AutoFillType Constructor Description AutoFillCellAction(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)
-