Uses of Class
io.keikai.model.sys.formula.FormulaClearContext
-
Packages that use FormulaClearContext Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes. -
-
Uses of FormulaClearContext in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type FormulaClearContext Modifier and Type Method Description void
FormulaEngineImpl. clearCache(FormulaClearContext context)
void
FormulaEngineImpl. clearColumnCache(FormulaClearContext context, int start, int end)
-
Uses of FormulaClearContext in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula with parameters of type FormulaClearContext Modifier and Type Method Description void
FormulaEngine. clearCache(FormulaClearContext context)
void
FormulaEngine. clearColumnCache(FormulaClearContext context, int start, int end)
-