Uses of Class
io.keikai.api.Range.DeleteShift
-
Packages that use Range.DeleteShift 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.DeleteShift in io.keikai.api
Methods in io.keikai.api that return Range.DeleteShift Modifier and Type Method Description static Range.DeleteShift
Range.DeleteShift. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.DeleteShift[]
Range.DeleteShift. 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.DeleteShift Modifier and Type Method Description static void
CellOperationUtil. delete(Range range, Range.DeleteShift shift)
Delete cells of the range.void
Range. delete(Range.DeleteShift shift)
Delete cells of the range. -
Uses of Range.DeleteShift in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.DeleteShift Modifier and Type Method Description void
RangeImpl. delete(Range.DeleteShift shift)
-
Uses of Range.DeleteShift in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.DeleteShift Modifier and Type Method Description static SRange.DeleteShift
EnumUtil. toRangeDeleteShift(Range.DeleteShift shift)
-
Uses of Range.DeleteShift in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type Range.DeleteShift Constructor Description DeleteCellAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.DeleteShift shift)
-