Uses of Enum Class
io.keikai.range.SRange.InsertShift
Packages that use SRange.InsertShift
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SRange.InsertShift in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRange.InsertShiftModifier and TypeMethodDescriptionstatic SRange.InsertShiftEnumUtil.toRangeInsertShift(Range.InsertShift shift) -
Uses of SRange.InsertShift in io.keikai.range
Methods in io.keikai.range that return SRange.InsertShiftModifier and TypeMethodDescriptionstatic SRange.InsertShiftReturns the enum constant of this class with the specified name.static SRange.InsertShift[]SRange.InsertShift.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.InsertShiftModifier and TypeMethodDescriptionvoidSRange.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin) Insert cells of this Range. -
Uses of SRange.InsertShift in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.InsertShiftModifier and TypeMethodDescriptionvoidInsertDeleteHelper.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin) voidRangeImpl.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin)