Uses of Class
io.keikai.model.PasteOption
Packages that use PasteOption
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of PasteOption in io.keikai.model
Methods in io.keikai.model with parameters of type PasteOptionModifier and TypeMethodDescriptionSSheet.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 PasteOptionModifier and TypeMethodDescriptionPasteCellHelper.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