Uses of Enum Class
io.keikai.range.SRange.PasteType
Packages that use SRange.PasteType
-
Uses of SRange.PasteType in io.keikai.range
Methods in io.keikai.range that return SRange.PasteTypeModifier and TypeMethodDescriptionstatic SRange.PasteTypeReturns the enum constant of this class with the specified name.static SRange.PasteType[]SRange.PasteType.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.PasteTypeModifier and TypeMethodDescriptionSRange.pasteSpecial(SRange dstRange, SRange.PasteType pasteType, SRange.PasteOperation pasteOp, boolean skipBlanks, boolean transpose) Pastes to a destination Range from this range. -
Uses of SRange.PasteType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.PasteTypeModifier and TypeMethodDescriptionRangeImpl.pasteSpecial(SRange dstRange, SRange.PasteType pasteType, SRange.PasteOperation pasteOp, boolean skipBlanks, boolean transpose)