Uses of Enum Class
io.keikai.api.Range.DeleteShift
Packages that use Range.DeleteShift
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.DeleteShift in io.keikai.api
Methods in io.keikai.api that return Range.DeleteShiftModifier and TypeMethodDescriptionstatic Range.DeleteShiftReturns the enum constant of this class with the specified name.static Range.DeleteShift[]Range.DeleteShift.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.DeleteShiftModifier and TypeMethodDescriptionstatic voidCellOperationUtil.delete(Range range, Range.DeleteShift shift) Delete cells of the range.voidRange.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 -
Uses of Range.DeleteShift in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.DeleteShiftModifier and TypeMethodDescriptionstatic SRange.DeleteShiftEnumUtil.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.DeleteShiftModifierConstructorDescriptionDeleteCellAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.DeleteShift shift)