Uses of Class
io.keikai.model.PasteOption
-
Packages that use PasteOption Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of PasteOption in io.keikai.model
Methods in io.keikai.model with parameters of type PasteOption Modifier and Type Method Description CellRegion
SSheet. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
paste cell from src sheet to this sheet, the sheets must in same book -
Uses of PasteOption in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type PasteOption Modifier and Type Method Description CellRegion
PasteCellHelper. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
CellRegion
SheetImpl. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
-
Uses of PasteOption in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type PasteOption Modifier and Type Method Description SRange
RangeImpl. pasteSpecial0(SRange dstRange, PasteOption option)
-