Uses of Class
io.keikai.model.impl.CellBuffer
-
Packages that use CellBuffer Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of CellBuffer in io.keikai.model.impl
Methods in io.keikai.model.impl that return CellBuffer Modifier and Type Method Description static CellBuffer
CellBuffer. bufferAll(SCell cell)
Methods in io.keikai.model.impl with parameters of type CellBuffer Modifier and Type Method Description void
PasteCellHelper. pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
-