Uses of Class
io.keikai.range.SRange.PasteOperation
-
Packages that use SRange.PasteOperation Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SRange.PasteOperation in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRange.PasteOperation Modifier and Type Method Description static SRange.PasteOperation
EnumUtil. toRangePasteOpNative(Range.PasteOperation op)
-
Uses of SRange.PasteOperation in io.keikai.range
Methods in io.keikai.range that return SRange.PasteOperation Modifier and Type Method Description static SRange.PasteOperation
SRange.PasteOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRange.PasteOperation[]
SRange.PasteOperation. 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.PasteOperation Modifier and Type Method Description SRange
SRange. pasteSpecial(SRange dstRange, SRange.PasteType pasteType, SRange.PasteOperation pasteOp, boolean skipBlanks, boolean transpose)
Pastes to a destination Range from this range. -
Uses of SRange.PasteOperation in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.PasteOperation Modifier and Type Method Description SRange
RangeImpl. pasteSpecial(SRange dstRange, SRange.PasteType pasteType, SRange.PasteOperation pasteOp, boolean skipBlanks, boolean transpose)
-