Uses of Class
io.keikai.range.SRange.DeleteShift
-
Packages that use SRange.DeleteShift Package Description io.keikai.range io.keikai.range.impl -
-
Uses of SRange.DeleteShift in io.keikai.range
Methods in io.keikai.range that return SRange.DeleteShift Modifier and Type Method Description static SRange.DeleteShiftSRange.DeleteShift. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SRange.DeleteShift[]SRange.DeleteShift. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.DeleteShift Modifier and Type Method Description voidSRange. delete(SRange.DeleteShift shift)Delete cells of this Range. -
Uses of SRange.DeleteShift in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.DeleteShift Modifier and Type Method Description voidInsertDeleteHelper. delete(SRange.DeleteShift shift)voidRangeImpl. delete(SRange.DeleteShift shift)
-