Uses of Enum Class
io.keikai.range.SRange.InsertCopyOrigin
Packages that use SRange.InsertCopyOrigin
-
Uses of SRange.InsertCopyOrigin in io.keikai.range
Methods in io.keikai.range that return SRange.InsertCopyOriginModifier and TypeMethodDescriptionstatic SRange.InsertCopyOriginReturns the enum constant of this class with the specified name.static SRange.InsertCopyOrigin[]SRange.InsertCopyOrigin.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.InsertCopyOriginModifier and TypeMethodDescriptionvoidSRange.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin) Insert cells of this Range. -
Uses of SRange.InsertCopyOrigin in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.InsertCopyOriginModifier and TypeMethodDescriptionvoidInsertDeleteHelper.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin) voidRangeImpl.insert(SRange.InsertShift shift, SRange.InsertCopyOrigin copyOrigin)